npm-check

checks for outdated and unused packages

TLDR

Check for updates
$ npm-check
Interactive update
$ npm-check -u
Check globally installed
$ npm-check -g
Skip unused check
$ npm-check --skip-unused
Update all
$ npm-check -y
Check production only
$ npm-check --production

SYNOPSIS

npm-check [options]

DESCRIPTION

npm-check checks for outdated and unused packages. Provides interactive updates.The tool shows update availability. Identifies unused dependencies.

PARAMETERS

-u

Interactive update mode.
-g
Check global packages.
--skip-unused
Skip unused package check.
-y
Update all without prompt.
--production
Production deps only.
--help
Display help information.

INSTALL

nix profile install nixpkgs#npm-check

CAVEATS

Third-party tool. Install with npm install -g. Interactive TUI.

HISTORY

npm-check was created to provide interactive package updates and unused dependency detection.

SEE ALSO

npm(1), npm-outdated(1), ncu(1)