taye/interact.js

View on GitHub
scripts/bin/version.js

Summary

Maintainability
A
45 mins
Test Coverage

Avoid deeply nested control flow statements.
Open

        if (deps[name] === previousVersion) {
          deps[name] = currentVersion
        } else {
          console.warn(`${file}: not updating "${name}" from "${deps[name]}"`)
        }
Severity: Major
Found in scripts/bin/version.js - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status