🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

npm-check

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
n

npm-check

Check for outdated, incorrect, and unused dependencies.

6.0.1
latest
98

Supply Chain Security

100

Vulnerability

100

Quality

79

Maintenance

100

License

Version published
Weekly downloads
378K
-3.08%
Maintainers
2
Weekly downloads
 
Created
Issues
236

What is npm-check?

npm-check is a tool that helps you keep your npm package dependencies up to date. It provides a way to check for outdated, incorrect, and unused dependencies in your project.

What are npm-check's main functionalities?

Check for outdated dependencies

This command checks for outdated dependencies in your project and provides a list of packages that need to be updated.

npx npm-check

Interactive update

This command opens an interactive interface that allows you to update your dependencies one by one, making it easier to manage updates.

npx npm-check -u

Check for unused dependencies

This command checks for dependencies that are listed in your package.json but are not being used in your codebase.

npx npm-check --unused

Check for incorrect dependencies

This command checks for dependencies that are incorrectly listed in your package.json, such as dependencies that should be in devDependencies.

npx npm-check --specials=incorrect

Other packages similar to npm-check

FAQs

Package last updated on 16 Jul 2022

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