Socket
Socket
Sign inDemoInstall

module-deps

Package Overview
Dependencies
Maintainers
1
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 1.6.0 to 1.6.1

LICENSE

6

index.js

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

var tr = tpair[0], trOpts = tpair[1];
if (typeof tr === 'function') return cb(null, tr(file, trOpts));
if (typeof tr === 'function') {
var t = tr(file, trOpts);
output.emit('transform', t, file);
return cb(null, t);
}

@@ -290,0 +294,0 @@ var params = { basedir: path.dirname(file) };

2

package.json
{
"name": "module-deps",
"version": "1.6.0",
"version": "1.6.1",
"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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc