Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

npm-check

Package Overview
Dependencies
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-check

Check for outdated, incorrect, and unused dependencies.

  • 6.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
330K
decreased by-1.61%
Maintainers
2
Weekly downloads
 
Created

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

Keywords

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc