How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
:eyeglasses: Node.js module that tells you when your package npm dependencies are out of date.
npm-check is a command-line tool that audits a project's npm dependencies, comparing local package versions against the npm registry to identify outdated, unused, or incorrect entries. It scans both package.json and node_modules, and can also inspect globally installed npm packages for the same issues. The tool distinguishes itself by offering multiple modes of operation. It can automatically update all outdated dependencies to their latest versions without interaction, suitable for automated scripts. Alternatively, it provides an interactive terminal interface that lets users review and
:rocket: Upgrade npm on Windows
Lint an npm or yarn lockfile to analyze and detect security issues
Fast, resilient, reproducible builds with npm install.
The main features of jamiemason/shrinkpack are: Dependency Utilities.
Projects with overlapping indexed features include: alanshaw/david — :eyeglasses: Node.js module that tells you when your package npm dependencies are out of date. dylang/npm-check — npm-check is a command-line tool that audits a project's npm dependencies, comparing local package versions against… felixrieseberg/npm-windows-upgrade — :rocket: Upgrade npm on Windows. lirantal/lockfile-lint — Lint an npm or yarn lockfile to analyze and detect security issues. nolanlawson/local-npm — Local and offline-first npm mirror. samccone/engine-deps — install dependencies based on node version.