deps/npm/lib/update.js

Summary

Maintainability
A
1 hr
Test Coverage

Function update has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function update (args, cb) {
  npm.commands.outdated(args, true, function (er, outdated) {
    if (er) return cb(er)

    var wanted = outdated.filter(function (ww) {
Severity: Minor
Found in deps/npm/lib/update.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status