mirror of https://github.com/nodejs/node.git
48 lines
1.4 KiB
HTML
48 lines
1.4 KiB
HTML
<h1><a href="../cli/npm-outdated.html">npm-outdated</a></h1> <p>Check for outdated packages</p>
|
|
<h2 id="synopsis">SYNOPSIS</h2>
|
|
<pre><code>npm outdated [<name> [<name> ...]]
|
|
</code></pre><h2 id="description">DESCRIPTION</h2>
|
|
<p>This command will check the registry to see if any (or, specific) installed
|
|
packages are currently outdated.</p>
|
|
<p>The resulting field 'wanted' shows the latest version according to the
|
|
version specified in the package.json, the field 'latest' the very latest
|
|
version of the package.</p>
|
|
<h2 id="configuration">CONFIGURATION</h2>
|
|
<h3 id="json">json</h3>
|
|
<ul>
|
|
<li>Default: false</li>
|
|
<li>Type: Boolean</li>
|
|
</ul>
|
|
<p>Show information in JSON format.</p>
|
|
<h3 id="long">long</h3>
|
|
<ul>
|
|
<li>Default: false</li>
|
|
<li>Type: Boolean</li>
|
|
</ul>
|
|
<p>Show extended information.</p>
|
|
<h3 id="parseable">parseable</h3>
|
|
<ul>
|
|
<li>Default: false</li>
|
|
<li>Type: Boolean</li>
|
|
</ul>
|
|
<p>Show parseable output instead of tree view.</p>
|
|
<h3 id="global">global</h3>
|
|
<ul>
|
|
<li>Default: false</li>
|
|
<li>Type: Boolean</li>
|
|
</ul>
|
|
<p>Check packages in the global install prefix instead of in the current
|
|
project.</p>
|
|
<h3 id="depth">depth</h3>
|
|
<ul>
|
|
<li>Type: Int</li>
|
|
</ul>
|
|
<p>Max depth for checking dependency tree.</p>
|
|
<h2 id="see-also">SEE ALSO</h2>
|
|
<ul>
|
|
<li><a href="../cli/npm-update.html">npm-update(1)</a></li>
|
|
<li><a href="../misc/npm-registry.html">npm-registry(7)</a></li>
|
|
<li><a href="../files/npm-folders.html">npm-folders(5)</a></li>
|
|
</ul>
|
|
|