A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.npmjs.com/cli/v6/commands/npm-outdated below:

npm-outdated | npm Docs

npm-outdated

Check for outdated packages

Synopsis

npm outdated [[<@scope>/]<pkg> ...]

Description

This command will check the registry to see if any (or, specific) installed packages are currently outdated.

In the output:

An example

$ npm outdated

Package Current Wanted Latest Location

glob 5.0.15 5.0.15 6.0.1 test-outdated-output

nothingness 0.0.3 git git test-outdated-output

npm 3.5.1 3.5.2 3.5.1 test-outdated-output

local-dev 0.0.3 linked linked test-outdated-output

once 1.3.2 1.3.3 1.3.3 test-outdated-output

With these dependencies:

{

"glob": "^5.0.15",

"nothingness": "github:othiym23/nothingness#master",

"npm": "^3.5.1",

"once": "^1.3.1"

}

A few things to note:

Configuration json

Show information in JSON format.

long

Show extended information.

parseable

Show parseable output instead of tree view.

global

Check packages in the global install prefix instead of in the current project.

depth

Max depth for checking dependency tree.

See Also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4