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 बिल्ड प्लगइन है जो एक डिपेंडेंसी अपडेट टूल और वर्जन ऑडिटर के रूप में कार्य करता है। इसका प्राथमिक उद्देश्य लाइब्रेरीज़ के नए उपलब्ध वर्जन्स की पहचान करने के लिए प्रोजेक्ट डिपेंडेंसीज़ और बिल्ड टूल प्लगइन्स को स्कैन करना है। यह प्लगइन मैनेज्ड ट्रांजिटिव वर्जन्स के लिए अपडेट्स की पहचान करने हेतु डिपेंडेंसी कंस्ट्रेंट्स और बिल्स ऑफ मैटेरियल्स का विश्लेषण करता है। यह रिलीज, कैंडिडेट और नाइटली चैनल्स पर Gradle बिल्ड टूल के लिए उपलब्ध अपडेट्स को भी सत्यापित करता है। यह टूल डिपेंडेंसी वर्जन एनालिसिस, सॉफ्टवेयर सप्लाई चेन ऑडिटिंग और ऑटोमेटेड वर्जन ट्रैकिंग सहित व्यापक क्षमताओं को कवर करता है। यह मल्टी-प्रोजेक्ट बिल्ड एग्रीगेशन का समर्थन करता है और अस्थिर रिलीज को अस्वीकार करने के लिए कस्टमाइज़ेबल वर्जन फिल्टरिंग प्रदान करता है। विश्लेषण परिणामों को प्लेन टेक्स्ट, JSON, XML या HTML फॉर्मेट में रिपोर्ट के रूप में एक्सपोर्ट किया जा सकता है।
Generates reports detailing which dependencies are up-to-date, require upgrades, or failed to resolve.