Socket
Socket
Sign inDemoInstall

module-deps

Package Overview
Dependencies
Maintainers
4
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

module-deps - npm Package Compare versions

Comparing version 4.0.3 to 4.0.4

4

index.js

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

}
var rs = fs.createReadStream(file);
var rs = fs.createReadStream(file, {
encoding: 'utf8'
});
rs.on('error', function (err) { self.emit('error', err) });

@@ -194,0 +196,0 @@ this.emit('file', file, id);

{
"name": "module-deps",
"version": "4.0.3",
"version": "4.0.4",
"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
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc