![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
dependency-hunter
Advanced tools
Find node.js dependencies in github repositories. Goes through package.json in each repository so you can easily find dependencies and devDependencies
Find module dependencies in github repositories.
It's a good tool to use if you need to update/deprecate a module and want to find out who uses it first. Great for a large organization.
Goes through package.json
and bower.json
in each repository so you can easily find dependencies and devDependencies in each repository. Works both for users and organizations.
If I wanted to find out how many of my own repositories that uses request
I would run:
$ dependency-hunter find freeall request
Which would return:
tvcom is using request, version: ~2.21.0
node-loggly is using request, version: 2.27.x
node-httpcheck is using request, version: ~2.16.6
mtgtop8 is using request, version: ^2.39.0
mtgjson is using request, version: ^2.36.0
Found 5 dependencies
progress-stream is using request, version: ~2.29.0
http-monitor is using request, version: ~2.33.0
Found 2 devDependencies
Data for freeall was last updated: 2014-08-12T14:01:57.694Z
npm install dependency-hunter -g
The first time you run it, the application will ask for github user/pass. Supports two-factor authentication if you have it.
Before running it, you should update the data from your user/organization
dependency-hunter update myuser
After it has run you can now search for modules. To find out which repositories uses the request
module do this:
dependency-hunter find myuser request
MIT
FAQs
Find node.js dependencies in github repositories. Goes through package.json in each repository so you can easily find dependencies and devDependencies
The npm package dependency-hunter receives a total of 6 weekly downloads. As such, dependency-hunter popularity was classified as not popular.
We found that dependency-hunter demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.