Socket
Socket
Sign inDemoInstall

module-deps

Package Overview
Dependencies
2
Maintainers
1
Versions
139
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

4

index.js

@@ -67,3 +67,3 @@ var fs = require('fs');

source: row.source,
deps: row.deps.reduce(function (acc, dep) {
deps: (row.deps || []).reduce(function (acc, dep) {
acc[dep.id] = dep.filename;

@@ -78,5 +78,5 @@ return acc;

walk(row.deps);
walk(row.deps || []);
});
}
};
{
"name": "module-deps",
"version": "0.1.0",
"version": "0.1.1",
"description": "walk the dependency graph to generate json output that can be fed into browser-pack",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc