# dylang/npm-check

Check for outdated, incorrect, and unused dependencies.

Repository: https://github.com/dylang/npm-check
Canonical: https://ross.abutalabs.com/products/npm-check
Homepage: https://www.npmjs.com/package/npm-check
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2026-08-22T13:48:57+00:00

## Health v2 (maintenance only)
Score: 67/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 8, longevity 100
- inputs: {"age_days": 4468, "days_push": 11, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 6642, forks 234 (observed 2026-08-28T04:09:45.927945+00:00)

## What it is
npm-check is a Node.js CLI tool that checks npm projects for outdated, incorrect, and unused dependencies. It offers an interactive update mode and works with global packages, scoped packages, and private registries.

## Use cases
- find outdated npm dependencies in a project
- detect unused dependencies in package.json
- interactively update npm packages
- audit global npm packages for updates
- check dependency versions in CI

## When to choose
- you maintain an npm-based JavaScript project and want a friendly dependency audit
- you want interactive updating with links to package docs
- you need a non-zero exit code for CI dependency checks

## When to avoid
- you use Yarn or pnpm lockfiles exclusively and prefer their native tooling
- you need automated security vulnerability scanning rather than staleness checks

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: cli, developer-tools, dependency-audit, package-manager
- domain: developer-tools, version-control
- platform: cli, cross-platform
- tags: npm, outdated-dependencies, unused-dependencies, interactive-update, javascript, command-line, nodejs

## Member repositories
- dylang/npm-check (main) score 67

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:45.927945+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:43:11.760247+00:00, confidence not recorded.
  - readme: https://github.com/dylang/npm-check (fetched 2026-08-28T04:09:45.927945+00:00, sha 2d2e8d1eeb4f)
  - registry_npm: https://registry.npmjs.org/npm-check (fetched 2026-08-29T08:39:44.401372+00:00, sha 6a320a0ec1b6)
- Data as of 2026-08-30T08:39:29.467469+00:00.
