Socket
Socket
Sign inDemoInstall

dependency-hunter

Package Overview
Dependencies
40
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0 to 4.1.0

2

dependency-hunter.js

@@ -76,2 +76,4 @@ #!/usr/bin/env node

if (err && err.code === 404) return callback(null, {});
// Error from github API
if (err) return callback(err);

@@ -78,0 +80,0 @@ var json;

2

package.json
{
"name": "dependency-hunter",
"version": "4.0.0",
"version": "4.1.0",
"description": "Find node.js dependencies in github repositories. Goes through package.json in each repository so you can easily find dependencies and devDependencies",

@@ -5,0 +5,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc