npm audit won't tell you this

Your dependencies don't fail loud.
They fail quiet.

depexpira audits days-since-last-release for every package you depend on and flags abandoned ones against a policy you control — before they become an incident.

your-project
$ depexpira audit

Depexpira freshness report — 12 dependencies · 2026-08-21

    left-pad     prod  ^1.3.0   1.3.0   3800d  abandoned
  XX  old-util     prod  ~2.1.0   2.1.4   812d   stale
  !!  semi-active  dev   ^5.0.0   5.2.0   402d   aging
  ok  busy-pkg     prod  ^9.0.0   9.4.1   2d     fresh

summary: 9 fresh · 1 aging · 1 stale · 1 abandoned

A number for the risk nobody tracks

Known CVEs get tooling. Quiet abandonment doesn't. Depexpira fixes that in one command.

⏱️ Days, not vibes

Every dependency gets a concrete age: days since its last registry release. Resolved versions come straight from your lockfile.

🧭 Your policy, not ours

Set warn / stale / abandoned thresholds to match your risk appetite. Ignore the "done by design" packages explicitly.

🚦 CI gate built in

depexpira audit --fail-on stale exits non-zero when anything crosses the line. Wire it into publish flows.

📦 Zero dependencies

The freshness auditor cannot itself go stale: no runtime dependencies, Node 18+ built-ins only, offline test suite.

Default policy

Three thresholds. Move them in depexpira.config.json.

StatusMeaningThreshold
freshReleased recently — nothing to do< 365 days
agingWorth watching at your next upgrade pass≥ 365 days
staleLikely unmaintained — plan a replacement≥ 730 days
abandonedTreat as supply-chain risk≥ 1095 days

Thirty seconds to first signal

No config required. Run it inside any project with a package.json.

quickstart
$ npm install --global depexpira
$ cd your-project
$ depexpira audit

# commit-friendly report → DEP-FRESHNESS.md
$ depexpira audit --format md --write

# CI gate
$ depexpira audit --fail-on stale && npm publish

Depexpira Pro

Scheduled audits across all your repositories, alerting when a dependency crosses a policy line, org-wide policy-as-code, and dashboard-ready JSON history.

$9/month

License via Gumroad — link placeholder.

Get Pro