Releases: voidd0/depcheck
Releases · voidd0/depcheck
depcheck 2.0.3
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
Built by vøiddo — a small studio shipping AI-flavoured products, free dev tools, Chrome extensions and weird browser games.
v1.0.0
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.