• v1.0.0 a4b2f0f7b5

    v1.0.0
    Some checks failed
    CI / test (push) Failing after 12s
    Stable

    7000pctAUTO released this 2026-02-04 15:00:57 +00:00 | 11 commits to main since this release

    Initial 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 depcheck
    

    Usage

    depcheck scan                    # Scan current directory
    depcheck scan package.json       # Scan specific file
    depcheck scan --json             # JSON output
    depcheck scan --ci               # CI/CD mode
    
    Downloads