Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
It provides a consistent environment for Ruby projects by tracking and installing the exact gems and versions that are needed. It is an exit from dependency hell, and ensures that the gems you need are present in development, staging, and production. | Riftmap is a developer tool and SaaS platform that scans your organization's repositories and maps cross-repo dependencies across 10+ languages and ecosystems — Terraform, Python, Node.js, Go, Docker, Helm, and more. Built for platform engineering and DevOps teams, it replaces tribal knowledge with a live dependency graph so you can catch breaking changes before upgrades or refactors. Self-hosted deployment available for security-conscious and regulated environments. |
| - | Developer tool, DevOps platform, Dependency management, Software composition analysis, Cross-repo dependency scanning, Multi-ecosystem parsing (Terraform, Python, Node.js, Docker, Go, and more), Interactive dependency graph, Incremental scanning, GitHub and GitLab integration, Self-hosted deployment, REST API |
Statistics | |
Stacks 1.3K | Stacks 0 |
Followers 65 | Followers 1 |
Votes 0 | Votes 1 |

npm is the command-line interface to the npm ecosystem. It is battle-tested, surprisingly flexible, and used by hundreds of thousands of JavaScript developers every day.

RequireJS loads plain JavaScript files as well as more defined modules. It is optimized for in-browser use, including in a Web Worker, but it can be used in other JavaScript environments, like Rhino and Node. It implements the Asynchronous Module API. Using a modular script loader like RequireJS will improve the speed and quality of your code.

Browserify lets you require('modules') in the browser by bundling up all of your dependencies.

Yarn caches every package it downloads so it never needs to again. It also parallelizes operations to maximize resource utilization so install times are faster than ever.

Automatically find & fix vulnerabilities in your code, containers, Kubernetes, and Terraform

Component's philosophy is the UNIX philosophy of the web - to create a platform for small, reusable components that consist of JS, CSS, HTML, images, fonts, etc. With its well-defined specs, using Component means not worrying about most frontend problems such as package management, publishing components to a registry, or creating a custom build process for every single app.

A simple, zero-config-required local private npm registry. Comes out of the box with its own tiny database, and the ability to proxy other registries (eg. npmjs.org), caching the downloaded modules along the way.

Stop vulnerabilities, automate compliance, and mitigate third-party risk in your applications

It is the package installer for Python. You can use pip to install packages from the Python Package Index and other indexes.

Dependabot helps you keep your dependencies up to date. Every day, it checks your dependency files for outdated requirements and opens individual PRs for any it finds. You review, merge, and get to work on the latest, most secure releases.