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.
本项目是一个 Gradle 构建插件,用作依赖更新工具和版本审计器。其主要目的是扫描项目依赖项和构建工具插件,以识别可用的较新库版本。 该插件通过分析依赖约束和物料清单 (BOM) 来识别托管传递版本的更新,从而脱颖而出。它还验证 Gradle 构建工具在发布、候选和夜间构建通道中的可用更新。 该工具涵盖了广泛的功能领域,包括依赖版本分析、软件供应链审计和自动化版本跟踪。它支持多项目构建聚合,并提供可自定义的版本过滤以拒绝不稳定版本。分析结果可以导出为纯文本、JSON、XML 或 HTML 格式的报告。
Generates reports detailing which dependencies are up-to-date, require upgrades, or failed to resolve.