logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Check Package Updates - Update npm Packages with ncu | Online Free DevTools by Hexmos

Check npm package updates with ncu. Find and upgrade outdated dependencies in your package.json. Free online tool, no registration required.

ncu

Find newer versions of package dependencies and check outdated npm packages locally or globally. ncu only updates dependency versions in package.json. To install the new versions, run npm install afterwards. More information: https://github.com/raineorshine/npm-check-updates.

  • List outdated dependencies in the current directory:

ncu

  • List outdated global npm packages:

ncu --global

  • Upgrade all dependencies in the current directory:

ncu --upgrade

  • Interactively upgrade dependencies in the current directory:

ncu --interactive

  • List outdated dependencies up to the highest minor version:

ncu --target {{minor}}

  • List outdated dependencies that match a keyword or regex:

ncu --filter {{keyword|/regex/}}

  • List only a specific section of outdated dependencies:

ncu --dep {{dev|optional|peer|prod|packageManager}}

  • Display help:

ncu --help

See Also