Skip to content

Releases: voidd0/depcheck

depcheck 2.0.3

15 May 20:46

Choose a tag to compare

depcheck 2.0.3

Dependency scanner for humans. Find known CVEs, unused packages, and missing imports — all offline, no network, no API keys.

What's in 2.0.x

  • 47-entry offline CVE database (incl. 2024 entries and supply-chain attack signatures)
  • Unused/missing dep detection via static import analysis
  • Transitive deps via package-lock.json
  • Python support (requirements.txt / pyproject.toml)

Install

npm install -g @v0idd0/depcheck

Usage

depcheck all          # full scan
depcheck cve          # CVE check only
depcheck unused       # unused deps
depcheck missing      # missing imports

Homepage · npm

Built by vøiddo — a small studio shipping AI-flavoured products, free dev tools, Chrome extensions and weird browser games.

v1.0.0

29 Apr 04:51

Choose a tag to compare

Initial public release of depcheck from the vøiddo studio.

This is the first GitHub release on v1.0.0. For install instructions, usage examples, and the full changelog, see the README.


Built by vøiddo — a small studio shipping AI-flavoured products, free dev tools, Chrome extensions and weird browser games.