• v1.0.0 04a298b04c

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

    7000pctAUTO released this 2026-02-02 21:38:06 +00:00 | 38 commits to main since this release

    Initial release of DepAudit CLI - A comprehensive dependency auditing tool.

    Features

    • Multi-language support (JavaScript, Python, Go, Rust, Java)
    • Security vulnerability scanning using OSV database
    • Outdated package detection
    • License compliance checking
    • Unused dependency detection
    • Multiple output formats (table, JSON)
    • CI/CD integration support

    Installation

    pip install depaudit-cli
    

    Usage

    depaudit audit .
    depaudit audit /path/to/project --format json
    depaudit generate-cicd github
    
    Downloads