Socket
Socket
Sign inDemoInstall

module-deps

Package Overview
Dependencies
8
Maintainers
1
Versions
139
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.2 to 1.3.0

8

index.js

@@ -159,2 +159,10 @@ var fs = require('fs');

);
Object.keys(err).forEach(function (key) {
e[key] = err[key];
});
if (err.code === 'ENOENT') {
e.type = 'not found';
}
e.parent = parent.filename;
e.filename = file;
return output.emit('error', e);

@@ -161,0 +169,0 @@ }

2

package.json
{
"name": "module-deps",
"version": "1.2.2",
"version": "1.3.0",
"description": "walk the dependency graph to generate json output that can be fed into browser-pack",

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

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