Home
last modified time | relevance | path

Searched refs:shouldUpdate (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/npm/lib/
Doutdated.js329 if (!long) return shouldUpdate(args, dep, name, has, required, depth, path, opts, cb)
331 shouldUpdate(args, dep, name, has, required, depth, path, opts, cb, types[name])
335 function shouldUpdate (args, tree, dep, has, req, depth, pkgpath, opts, cb, type) { function