All Projects → opbeat → Dependency Land

opbeat / Dependency Land

Licence: mit
Find the npm modules that depend on a specific module and semver range.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Dependency Land

Syncpack
Manage multiple package.json files, such as in Lerna Monorepos and Yarn/Pnpm Workspaces
Stars: ✭ 356 (+947.06%)
Mutual labels:  dependencies, npm, semver
Dependency spy
Find known vulnerabilities in your dependencies
Stars: ✭ 87 (+155.88%)
Mutual labels:  dependencies, npm
Yalc
Work with yarn/npm packages locally like a boss.
Stars: ✭ 3,155 (+9179.41%)
Mutual labels:  dependencies, npm
Nlm
Lifecycle manager for node projects
Stars: ✭ 27 (-20.59%)
Mutual labels:  npm, semver
Npm Gui
Graphic tool for managing javascript project dependencies - in a friendly way.
Stars: ✭ 454 (+1235.29%)
Mutual labels:  dependencies, npm
Release It
🚀 Automate versioning and package publishing
Stars: ✭ 4,773 (+13938.24%)
Mutual labels:  npm, semver
Greenkeeper
🤖 🌴 Real-time automated dependency updates for npm and GitHub
Stars: ✭ 1,564 (+4500%)
Mutual labels:  dependencies, npm
Npm Consider
Check package dependencies before installing it
Stars: ✭ 386 (+1035.29%)
Mutual labels:  dependencies, npm
Dependency Check
checks which modules you have used in your code and then makes sure they are listed as dependencies in your package.json
Stars: ✭ 435 (+1179.41%)
Mutual labels:  dependencies, npm
Renovate
Universal dependency update tool that fits into your workflows.
Stars: ✭ 6,700 (+19605.88%)
Mutual labels:  dependencies, npm
Openssl Self Signed Certificate
Self-signed certificate for development use, generated using openssl.
Stars: ✭ 14 (-58.82%)
Mutual labels:  npm
Npm Safe Install
A node cli that performs npm install in a safe manner such the locally linked modules are not removed during install
Stars: ✭ 20 (-41.18%)
Mutual labels:  npm
Luna
Manage npm dependencies through a modern UI.
Stars: ✭ 948 (+2688.24%)
Mutual labels:  npm
Gradle Dependencies Plugins Helper Plugin
This is an IntelliJ IDEA plugin for searching dependencies/plugins from JCentral/GradlePlugins inside Gradle projects.
Stars: ✭ 31 (-8.82%)
Mutual labels:  dependencies
Release Man
听说你发新版总忘记打 Tag 和改 package.json?
Stars: ✭ 14 (-58.82%)
Mutual labels:  npm
Typac
install npm packages along with corresponding typings
Stars: ✭ 29 (-14.71%)
Mutual labels:  npm
Magic
CSS3 Animations with special effects
Stars: ✭ 7,253 (+21232.35%)
Mutual labels:  npm
Conventional Changelog Angular Emoji
👍 Emoijis for the Angular Commit Guidelines with Emojis
Stars: ✭ 13 (-61.76%)
Mutual labels:  npm
Gub
CLI tool for create an npm package from any repos. 🐳
Stars: ✭ 31 (-8.82%)
Mutual labels:  npm
Docker Npmrc Security
.npmrc files are often used insecurely in Docker images. Use multi-stage builds or Docker build secrets to protect your .nrpmc files.
Stars: ✭ 29 (-14.71%)
Mutual labels:  npm

Dependency.land

Find the npm modules that depend on a specific module and semver range.

Think of it as a reverse dependency search; instead of finding dependencies, it finds dependents. 🔍

Available at dependency.land. The project is created and hosted by Opbeat.

Note: This project is very much in beta, please share your feedback and contribute to the development.

Standard - JavaScript Style Guide

Development

This project contains a simple client website and a small server with a REST API. Once deployed it runs the server and a background service that keeps the local data set up-to-date continously.

The client is based on create-react-app, it talks to the API and renders the results. The server is a hapi server with a couple of plugins. It wraps the functionality of npm-dependency-db and dependency-db.

  1. Install server dependencies and client dependencies.

     npm install && cd client && npm install && cd ..
    
  2. Start both the server and the client in development mode.

     npm start
    

Contributing

Any feedback is appreciated and issues and pull requests are very welcome 🙌

This repository uses standard to maintain code style and consistency, and to avoid style arguments. Please run npm test before submitting a PR.

You can also make standard run a style check on the staged files automatically before each commit. Run this in the project folder:

ln -s ../../pre-commit.sh .git/hooks/pre-commit

This will set up a git pre-commit hook that is linked to the version controlled one in the repository.

Credits

Thanks to @watson and @mafintosh for creating the dependency-db modules and infrastructure. Thanks to the dat project for hosting the hypercore service that dependency-db depends on. Thanks to @terezka for sanity checking the client code.

And a big thanks to all the authors of all the modules that are used in this project.

License

MIT


Made with ♥️ and ☕️ by Opbeat and our community.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].