Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Analyze NPM Packages - Check Dependencies | Online Free DevTools by Hexmos

Analyze NPM packages effortlessly with npm-check. Identify outdated dependencies and manage your project's package versions. Free online tool, no registration required.

npm-check

Check for outdated, incorrect, and unused npm package dependencies. More information: https://github.com/dylang/npm-check.

  • Display a report of outdated, incorrect, and unused dependencies:

npm-check

  • Interactively update out-of-date packages:

npm-check {{[-u|--update]}}

  • Update everything without prompting:

npm-check {{[-y|--update-all]}}

  • Don’t check for unused packages:

npm-check {{[-s|--skip-unused]}}

return

See Also