Socket
Socket
Sign inDemoInstall

module-deps

Package Overview
Dependencies
25
Maintainers
1
Versions
139
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.6.3 to 3.6.4

6

index.js

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

if (typeof r !== 'function') {
return cb(new Error('transform not a function'));
return cb(new Error(
'Unexpected ' + typeof r + ' exported by the '
+ JSON.stringify(res) + ' package. '
+ 'Expected a transform function.'
));
}

@@ -264,0 +268,0 @@

2

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc