πŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more β†’
Socket
DemoInstallSign in
Socket

npm-check-updates

Package Overview
Dependencies
Maintainers
2
Versions
486
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-check-updates

Find newer versions of dependencies than what your package.json allows

18.0.1
latest
Source
npm
Version published
Weekly downloads
478K
-2.59%
Maintainers
2
Weekly downloads
Β 
Created

What is npm-check-updates?

npm-check-updates is a command-line tool that allows you to find and update outdated npm dependencies in your project. It helps you keep your project dependencies up-to-date by checking for newer versions and updating your package.json file accordingly.

What are npm-check-updates's main functionalities?

Check for outdated dependencies

This command checks for any outdated dependencies in your project and lists them along with the latest versions available.

ncu

Update package.json with latest versions

This command updates your package.json file with the latest versions of all dependencies.

ncu -u

Interactive mode

This command runs npm-check-updates in interactive mode, allowing you to selectively choose which dependencies to update.

ncu -i

Filter dependencies

This command filters the dependencies to check for updates only within a specific scope or matching a specific pattern.

ncu '/^@my-scope/'

Upgrade specific dependencies

This command checks for updates and upgrades only the specified dependency (e.g., lodash).

ncu lodash

Other packages similar to npm-check-updates

Keywords

dependencies

FAQs

Package last updated on 24 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts