-
released this
2026-02-04 15:00:57 +00:00 | 11 commits to main since this releaseInitial Release v1.0.0
A CLI tool that monitors outdated dependencies across multiple package managers with security CVE scanning.
Features
- Multi-package manager support (npm, pip, go, cargo)
- Security CVE scanning with bundled vulnerability database
- Interactive terminal UI with color-coded output
- CI/CD integration mode with JSON output and exit codes
- YAML-based configuration system
Installation
pip install depcheckUsage
depcheck scan # Scan current directory depcheck scan package.json # Scan specific file depcheck scan --json # JSON output depcheck scan --ci # CI/CD modeDownloads