awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

39 रिपॉजिटरी

Awesome GitHub RepositoriesDependency Scoping

Mechanisms that restrict the availability or visibility of dependencies to specific project modules or execution contexts.

Explore 39 awesome GitHub repositories matching devops & infrastructure · Dependency Scoping. Refine with filters or upvote what's useful.

Awesome Dependency Scoping GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • jetbrains/kotlinJetBrains का अवतार

    JetBrains/kotlin

    52,880GitHub पर देखें↗

    Kotlin is a statically typed, general-purpose programming language designed for type safety and concise syntax. It functions as a cross-platform development toolkit that enables the sharing of business logic across mobile, web, and server-side environments by compiling a unified intermediate representation into platform-specific machine code, bytecode, or source code. The project distinguishes itself through a multi-target build orchestration model that manages complex compilation units and hierarchical source sets. Developers can define common interface logic that is satisfied by platform-sp

    Restricts the visibility and availability of dependencies to specific project modules to ensure clean, isolated build environments.

    Kotlincompilergradle-pluginintellij-plugin
    GitHub पर देखें↗52,880
  • lerna/lernalerna का अवतार

    lerna/lerna

    36,066GitHub पर देखें↗

    Lerna is a monorepo management tool, build orchestrator, and package publisher for JavaScript and TypeScript projects. It enables the management of multiple packages within a single shared repository, providing utilities for workspace organization and the coordinated publishing of packages to a registry. The tool distinguishes itself through dependency-aware task orchestration and automated version management. It uses topological sorting to sequence tasks and utilizes content-hash caching to skip redundant executions when input files remain unchanged. Versioning is automated by parsing standa

    Restricts command execution to specific packages using directory patterns or by identifying changed files.

    TypeScriptlernamonoreponpm
    GitHub पर देखें↗36,066
  • homebridge/homebridgehomebridge का अवतार

    homebridge/homebridge

    25,398GitHub पर देखें↗

    Homebridge is a Node.js home automation server that acts as a bridge to expose non-native smart home devices to Apple HomeKit. It functions as a plugin-based framework that maps proprietary device APIs to standardized home automation services and protocols. The system utilizes a modular plugin architecture and a protocol emulation layer to make third-party hardware appear as native accessories. It further supports cross-platform compatibility by acting as a Matter device bridge, allowing Matter-standard hardware to connect to various home automation controllers. The software includes a web i

    Supports installing plugins published under specific user or organization scopes from a package registry.

    TypeScript
    GitHub पर देखें↗25,398
  • tjunnone/npm-check-updatestjunnone का अवतार

    tjunnone/npm-check-updates

    10,264GitHub पर देखें↗

    npm-check-updates is a command line utility and package version manager used to find and apply newer versions of dependencies within npm package manifests. It functions as a dependency version validator that identifies outdated packages and updates version strings in the project manifest to the latest available releases. The tool features an interactive CLI for selecting specific packages to upgrade through a prompt-based interface. It distinguishes itself by enforcing version cooldown periods to restrict the adoption of very recent releases and providing a mechanism to iteratively install up

    Allows excluding or including specific packages from the update process using strings, wildcards, and regex.

    TypeScript
    GitHub पर देखें↗10,264
  • raineorshine/npm-check-updatesraineorshine का अवतार

    raineorshine/npm-check-updates

    10,146GitHub पर देखें↗

    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

    Uses wildcards or regular expressions to filter updates for specific packages and organization scopes.

    TypeScriptnpmnpm-check-updates
    GitHub पर देखें↗10,146
  • masterminds/glideMasterminds का अवतार

    Masterminds/glide

    8,095GitHub पर देखें↗

    Glide is a Go dependency management tool that fetches, pins, and vendors external packages to enable reproducible builds across environments. It stores project-specific copies of Go packages in a vendor directory, isolating dependencies per project to avoid version conflicts, and supports fetching packages from Git, Mercurial, Bazaar, and Subversion repositories. The tool resolves dependency versions using semantic versioning ranges and operators, and generates a lock file that records exact commit IDs for all transitive dependencies. Glide distinguishes itself with an interactive version wiz

    Restricts a dependency to be fetched only for specified operating systems or CPU architectures.

    Gogogolangpackage-management
    GitHub पर देखें↗8,095
  • netflix/simianarmyNetflix का अवतार

    Netflix/SimianArmy

    7,984GitHub पर देखें↗

    SimianArmy is a chaos engineering framework and resilience testing tool designed to induce random infrastructure failures in cloud environments. It functions as a cloud instance termination tool that simulates unplanned outages to verify that distributed architectures maintain high availability and fault tolerance. The system identifies and terminates cloud server instances to ensure applications can tolerate unexpected hardware failures without interrupting service. This process allows for the verification of automated failover mechanisms and the identification of weaknesses in system reliab

    Implements granular targeting of cloud instances using tags and regions to limit the scope of failure simulations.

    Java
    GitHub पर देखें↗7,984
  • uber/ribsuber का अवतार

    uber/RIBs

    7,923GitHub पर देखें↗

    RIBs is a mobile architecture framework that structures applications around isolated, lifecycle-managed units of business logic called RIBs. Each RIB separates routing, business logic, and construction into distinct classes through the Router-Interactor-Builder pattern, with hierarchical dependency injection scoping dependencies per node and static analysis enforcing architectural rules at build time. The framework enforces automatic disposal of Rx subscriptions scoped to interactor lifecycles, blocking compilation when subscriptions lack proper disposal to prevent memory leaks. It supports v

    Ships a protocol-based dependency declaration system where each RIB defines its required dependencies in a component class.

    Kotlinandroidarchitectural-patternsarchitecture
    GitHub पर देखें↗7,923
  • six2dez/reconftwsix2dez का अवतार

    six2dez/reconftw

    7,226GitHub पर देखें↗

    reconftw is an attack surface management framework and reconnaissance workflow orchestrator designed to automate the discovery, mapping, and monitoring of external digital assets. It operates as a modular tool-chain pipeline that coordinates a sequence of security tools to perform intelligence gathering and vulnerability scanning. The project distinguishes itself through a cloud-native deployment model that parallelizes scanning workloads across a fleet of remote VPS instances to bypass local resource constraints. It utilizes container-based environment isolation to ensure consistent executio

    Implements logic for selecting specific targets to be scanned while respecting authorization boundaries via scope files.

    Shellbug-bountybugbountybugbounty-tool
    GitHub पर देखें↗7,226
  • sverweij/dependency-cruisersverweij का अवतार

    sverweij/dependency-cruiser

    6,804GitHub पर देखें↗

    Dependency-cruiser एक JavaScript और TypeScript डिपेंडेंसी एनालाइज़र और आर्किटेक्चरल लिंटर है। यह कोड निष्पादन की आवश्यकता के बिना कोडबेस के भीतर मॉड्यूल संबंधों को मैप करने, विज़ुअलाइज़ करने और मान्य करने के लिए एक स्टेटिक एनालिसिस टूल के रूप में कार्य करता है। यह प्रोजेक्ट एक नियम-आधारित सिस्टम के माध्यम से आर्किटेक्चरल सीमाओं को लागू करने की अपनी क्षमता के लिए जाना जाता है। यह सर्कुलर डिपेंडेंसी का पता लगाता है, अनाथ मॉड्यूल और डेड कोड की पहचान करता है, और अनुमत और निषिद्ध संबंध नियमों का उपयोग करके डिपेंडेंसी बाधाओं को मान्य करता है। यह प्रोजेक्ट के नाजुक क्षेत्रों की पहचान करने के लिए एफरेंट और एफरेंट कपलिंग की गणना करके मात्रात्मक स्थिरता विश्लेषण भी प्रदान करता है। यह टूल ES6, CommonJS और TypeScript के लिए मल्टी-स्टैंडर्ड मॉड्यूल पार्सिंग, साथ ही फोल्डर-स्तरीय एकत्रीकरण के साथ डिपेंडेंसी ग्राफ विज़ुअलाइज़ेशन सहित क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है। यह निरंतर एकीकरण (CI) के लिए ऑटोमेशन सुविधाएँ प्रदान करता है, जैसे कि उल्लंघन बेसलाइनिंग और JSON या CSV प्रारूपों में संरचित डेटा एक्सपोर्ट। सिस्टम में स्थानीय वातावरण के आधार पर अनुकूलित कॉन्फ़िगरेशन फ़ाइलें उत्पन्न करने के लिए एक इंटरैक्टिव प्रोजेक्ट कॉन्फ़िगरेशन बूटस्ट्रैपिंग प्रक्रिया शामिल है।

    Uses regular expressions to include or exclude specific files or folders from a dependency rule.

    JavaScript
    GitHub पर देखें↗6,804
  • dylang/npm-checkdylang का अवतार

    dylang/npm-check

    6,643GitHub पर देखें↗

    npm-check is a command-line tool that audits a project's npm dependencies, comparing local package versions against the npm registry to identify outdated, unused, or incorrect entries. It scans both package.json and node_modules, and can also inspect globally installed npm packages for the same issues. The tool distinguishes itself by offering multiple modes of operation. It can automatically update all outdated dependencies to their latest versions without interaction, suitable for automated scripts. Alternatively, it provides an interactive terminal interface that lets users review and

    Allows filtering audits to only production or only development dependencies.

    JavaScript
    GitHub पर देखें↗6,643
  • ondrajz/go-callvisondrajz का अवतार

    ondrajz/go-callvis

    6,488GitHub पर देखें↗

    Visualize call graph of a Go program using Graphviz

    Filters call graphs by import path to focus on application-level interactions and reduce visual noise.

    Goawesome-gocallgraphgolang
    GitHub पर देखें↗6,488
  • mockk/mockkmockk का अवतार

    mockk/mockk

    5,747GitHub पर देखें↗

    MockK is a Kotlin test double framework that creates mocks, spies, and relaxed mocks for unit testing, with support for final classes, static methods, and coroutines. It functions as a bytecode instrumentation library that modifies compiled class files at load time to intercept constructors, final methods, and static functions without source changes, and also provides dedicated libraries for constructor mocking and coroutine mocking. The framework is designed specifically for Kotlin, handling Kotlin-specific constructs like extension functions, singletons, and suspend functions. MockK disting

    Manages mock lifecycle within lexical scopes, automatically clearing interactions after scope exit.

    Kotlinargument-matcherschain-callshacktoberfest
    GitHub पर देखें↗5,747
  • snyk/snyksnyk का अवतार

    snyk/snyk

    5,586GitHub पर देखें↗

    Snyk is an application security testing platform designed to identify and remediate vulnerabilities across source code, open-source dependencies, container images, and infrastructure-as-code configurations. It functions as a comprehensive security workflow automation tool, utilizing a static analysis engine and dependency graph mapping to detect security flaws and license compliance issues throughout the software development lifecycle. The platform distinguishes itself through agentic workflow orchestration and an automated remediation pipeline that generates and submits pull requests to patc

    Configures scanning behavior to include or exclude development-specific packages when evaluating project security and compliance.

    TypeScript
    GitHub पर देखें↗5,586
  • kaisery/trpl-zh-cnKaiserY का अवतार

    KaiserY/trpl-zh-cn

    5,501GitHub पर देखें↗

    यह प्रोजेक्ट Rust प्रोग्रामिंग भाषा सीखने के लिए एक स्थानीयकृत शैक्षिक संसाधन है, जो सरलीकृत चीनी (Simplified Chinese) में अनुवादित एक व्यापक गाइड और तकनीकी विनिर्देश प्रदान करता है। यह भाषा के मुहावरों, मेमोरी प्रबंधन और टाइप सिस्टम का अध्ययन करने के लिए एक निर्देशात्मक टूल के रूप में कार्य करता है। रिपॉजिटरी सॉफ़्टवेयर दस्तावेज़ीकरण स्थानीयकरण पर केंद्रित है, जो गैर-अंग्रेजी बोलने वालों के लिए पहुंच बढ़ाने के लिए आधिकारिक गाइड को सरलीकृत चीनी में परिवर्तित करती है। यह सामग्री को व्यवस्थित करने के लिए एक मार्कअप-बेस्ड सिस्टम का उपयोग करता है और वेब और ऑफ़लाइन देखने के लिए स्टेटिक HTML, PDF और EPUB फ़ॉर्मेट्स में मल्टी-फ़ॉर्मेट एक्सपोर्ट का समर्थन करता है। सामग्री Rust तकनीकी डोमेन की एक विस्तृत श्रृंखला को कवर करती है, जिसमें ओनरशिप और बॉरोइंग जैसे मेमोरी प्रबंधन प्रिमिटिव्स, ट्रेड्स और जेनेरिक्स से जुड़ी उन्नत भाषा डिज़ाइन और व्यापक त्रुटि प्रबंधन रणनीतियां शामिल हैं। यह प्रोग्रामिंग के मूल सिद्धांतों, डेटा मॉडलिंग और बिल्ड और डिपेंडेंसी प्रबंधन के लिए डेवलपर उत्पादकता टूल के उपयोग का भी विवरण देता है।

    Rust controls the visibility of names and paths using a module system to prevent naming conflicts.

    Markdownpdfrust-booktypst
    GitHub पर देखें↗5,501
  • burrowers/garbleburrowers का अवतार

    burrowers/garble

    5,308GitHub पर देखें↗

    Garble is an obfuscation tool for Go binaries. It transforms compiled Go programs by hashing identifiers, package paths, and filenames into short, opaque strings, making reverse engineering more difficult. The tool produces reproducible results from identical source and a user-supplied seed, enabling verifiable builds. Obfuscation can be restricted to only those packages that match user-defined patterns, leaving other parts of the codebase untouched. Constant string literals in the binary are replaced with runtime-resolved expressions to hide their original content. The tool integrates direct

    Restricts obfuscation to packages matching user-defined name patterns.

    Gobinarybuildcode-obfuscator
    GitHub पर देखें↗5,308
  • apache/mavenapache का अवतार

    apache/maven

    5,161GitHub पर देखें↗

    Maven एक Java बिल्ड ऑटोमेशन टूल और सॉफ़्टवेयर बिल्ड ऑर्केस्ट्रेटर है। यह Java प्रोजेक्ट्स को कंपाइल, टेस्ट और पैकेज करने के लिए एक मानकीकृत प्रोजेक्ट ऑब्जेक्ट मॉडल का उपयोग करके प्रोजेक्ट लाइफसाइकिल मैनेजर और डिपेंडेंसी मैनेजमेंट सिस्टम के रूप में कार्य करता है। यह प्रोजेक्ट एक चरण-आधारित बिल्ड लाइफसाइकिल और प्लगइन-आधारित एक्सटेंशन मॉडल के माध्यम से खुद को अलग करता है, जो उपयोगकर्ताओं को विशिष्ट बिल्ड चरणों के लिए कस्टम लक्ष्य बांधने की अनुमति देता है। यह मल्टी-मॉड्यूल प्रोजेक्ट ऑर्केस्ट्रेशन के माध्यम से जटिल सॉफ़्टवेयर का समन्वय करता है और पर्यावरणीय चर को बेअसर करके और टूलचेन संस्करणों को नियंत्रित करके एक पुनरुत्पादनीय बिल्ड वर्कफ़्लो सुनिश्चित करता है। इसकी क्षमताएं व्यापक डिपेंडेंसी प्रबंधन को कवर करती हैं, जिसमें ट्रांजिटिव डिपेंडेंसी रिज़ॉल्यूशन और रिमोट रिपॉजिटरी में आर्टिफैक्ट पब्लिशिंग शामिल है। यह सिस्टम टेम्पलेट्स के माध्यम से प्रोजेक्ट जनरेशन और API संदर्भ और प्रोजेक्ट साइट्स तैयार करने के लिए विस्तृत दस्तावेज़ीकरण जनरेशन भी प्रदान करता है। टूल में इनपुट पूर्णता के साथ एक कमांड-लाइन इंटरफेस शामिल है और यह लोकल आर्टिफैक्ट कैश का उपयोग करके ऑफ़लाइन बिल्ड निष्पादन का समर्थन करता है।

    Controls the visibility and transitivity of dependencies based on the build stage, such as test or runtime.

    Javaapache-mavenbuild-managementhacktoberfest
    GitHub पर देखें↗5,161
  • effector/effectoreffector का अवतार

    effector/effector

    4,837GitHub पर देखें↗

    Effector is a reactive state management library designed for building complex, event-driven applications. It functions as a data flow engine that models application logic as a directed acyclic graph, ensuring that state updates propagate automatically through interconnected nodes. By utilizing atomic state updates and declarative unit composition, the library maintains data consistency and provides a predictable execution model for managing application state. The project distinguishes itself through its framework-agnostic architecture, which decouples business logic from user interface implem

    Scopes state and effects to specific execution contexts to support parallel testing and server-side rendering.

    TypeScriptbusiness-logiceffectorevent-driven
    GitHub पर देखें↗4,837
  • hahwul/dalfoxhahwul का अवतार

    hahwul/dalfox

    4,846GitHub पर देखें↗

    Dalfox is an automated web application security tool specifically designed for discovering and verifying cross-site scripting vulnerabilities. It functions as an XSS vulnerability scanner that analyzes HTTP parameters and DOM structures to identify reflected, stored, and blind injection points. The project distinguishes itself by providing a Model Context Protocol server and a REST API, allowing artificial intelligence agents and remote interfaces to trigger and manage security scans programmatically. It utilizes a payload mutation engine and fingerprinting strategies to execute WAF evasion t

    Allows excluding specific parameters, URL patterns, or domains to maintain a strict scanning scope.

    Gobugbountybugbounty-toolcicd-pipeline
    GitHub पर देखें↗4,846
  • xcodesorg/xcodesXcodesOrg का अवतार

    XcodesOrg/xcodes

    4,694GitHub पर देखें↗

    xcodes, macOS टूलचेन एडमिनिस्ट्रेशन के लिए एक कमांड-लाइन यूटिलिटी है, जिसे विशेष रूप से कई Xcode वर्ज़न्स के इंस्टॉलेशन और मैनेजमेंट के लिए डिज़ाइन किया गया है। यह उपलब्ध रिलीज़ को खोजने, डेवलपमेंट एनवायरनमेंट के विशिष्ट वर्ज़न्स को डाउनलोड करने और संबंधित डिवाइस रनटाइम्स को कॉन्फ़िगर करने की प्रक्रिया को ऑटोमेट करता है। यह टूल सिम्बॉलिक लिंक अपडेट के माध्यम से एक्टिव वर्ज़न्स के बीच स्विच करने और विशिष्ट वर्ज़न्स की पहचान करके और उन्हें हटाकर लोकल इंस्टॉलेशन को मैनेज करने की अनुमति देकर सॉफ्टवेयर लाइफसाइकिल को संभालता है। यह सिस्टम कीचेन के भीतर Apple ID क्रेडेंशियल्स को स्टोर और क्लियर करके डाउनलोड सर्वर तक सुरक्षित पहुंच को हैंडल करता है। इस यूटिलिटी में प्रोसेसर आर्किटेक्चर द्वारा उपलब्ध सॉफ्टवेयर को फिल्टर करने और कमांड-लाइन इंटरैक्शन को तेज करने के लिए शेल कंप्लीशन स्क्रिप्ट जेनरेट करने की क्षमताएं शामिल हैं।

    Filters available software releases based on the system's processor architecture.

    Swifthacktoberfestmacosswift
    GitHub पर देखें↗4,694
पिछला12अगला
  1. Home
  2. DevOps & Infrastructure
  3. Dependency Management
  4. Environment and Scoping Controls
  5. Dependency Scoping

सब-टैग एक्सप्लोर करें

  • Dependency Confusion MitigatorsTechniques for routing internal package requests to private sources to prevent public registry hijacking. **Distinct from Dependency Scoping:** Distinct from Dependency Scoping: focuses specifically on preventing dependency confusion attacks rather than general visibility scoping.
  • Execution Context IsolationMechanisms to isolate service instances within specific execution flows to prevent data leakage. **Distinct from Dependency Scoping:** Focuses on preventing data leakage between different concurrent execution flows (e.g. requests) rather than just module-level visibility.
  • Hierarchical Scopes3 सब-टैग्सDependency containers organized in a tree structure where children inherit services from parent ancestors. **Distinct from Dependency Scoping:** Focuses on the recursive inheritance tree of scopes rather than simple visibility restrictions.
  • Package Scope Filtering5 सब-टैग्सFiltering logic to include or exclude dependencies based on organization scopes or wildcards. **Distinct from Dependency Scoping:** Focuses on naming scopes (e.g., @org/package) in dependency manifests, not execution context scoping.
  • Protocol-Based Dependency DeclarationsDeclaring required dependencies in a protocol that each RIB must satisfy, then implementing them in a component class. **Distinct from Dependency Scoping:** Distinct from Dependency Scoping: focuses on declaring dependencies via protocols rather than restricting visibility to modules.
  • Scanning ExclusionsConfigures scanning behavior to include or exclude development-specific packages when evaluating project security. **Distinct from Scan-Scoped Exclusions:** Distinct from Dependency Scoping: focuses on scan-time configuration for security analysis rather than general dependency visibility.