mirror of https://github.com/nodejs/node.git
9 lines
421 B
HTML
9 lines
421 B
HTML
|
<h1><a href="../api/npm-outdated.html">npm-outdated</a></h1> <p>Check for outdated packages</p>
|
||
|
<h2 id="synopsis">SYNOPSIS</h2>
|
||
|
<pre><code>npm.commands.outdated([packages,] callback)
|
||
|
</code></pre><h2 id="description">DESCRIPTION</h2>
|
||
|
<p>This command will check the registry to see if the specified packages are
|
||
|
currently outdated.</p>
|
||
|
<p>If the 'packages' parameter is left out, npm will check all packages.</p>
|
||
|
|