2 مستودعات
Exporting dependency analysis results into human-readable or machine-parseable formats.
Distinct from Analysis Result Exporters: Focuses on reporting the results of update checks rather than general analysis result serialization for integration.
Explore 2 awesome GitHub repositories matching data & databases · Dependency Update Reports. Refine with filters or upvote what's useful.
npm-check-updates is a command line utility and programmatic module used to check for newer versions of npm packages and update project manifest files. It functions as a registry client and semantic version manager that upgrades package constraints to the latest releases. The tool distinguishes itself by including supply chain security features, such as a release cooldown period and package ownership tracking, to prevent the adoption of unstable or malicious new releases. It also provides a programmatic API for integrating dependency checks and upgrades directly into custom scripts. Broad ca
Outputs update results in various formats, including JSON or grouped views, for human readability and auditing.
This project is a Gradle build plugin that functions as a dependency update tool and version auditor. Its primary purpose is to scan project dependencies and build tool plugins to identify newer available versions of libraries. The plugin distinguishes itself by analyzing dependency constraints and bills of materials to identify updates for managed transitive versions. It also verifies available updates for the Gradle build tool across release, candidate, and nightly channels. The tool covers broad capability areas including dependency version analysis, software supply chain auditing, and au
Generates reports detailing which dependencies are up-to-date, require upgrades, or failed to resolve.