UNPKG

npm

Version:

A package manager for node

9 lines (7 loc) 421 B
<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 &#39;packages&#39; parameter is left out, npm will check all packages.</p>