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 0.6.2 to 0.7.0

test/files/filterable.js

6

index.js

@@ -114,2 +114,8 @@ var fs = require('fs');

deps.forEach(function (id) {
if (opts.filter && !opts.filter(id)) {
resolved[id] = false;
if (--p === 0) done();
return;
}
walk(id, current, function (r) {

@@ -116,0 +122,0 @@ resolved[id] = r;

4

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

@@ -10,3 +10,3 @@ "main": "index.js",

"dependencies": {
"through": "~2.2.0",
"through": "~2.3.2",
"JSONStream": "~0.4.3",

@@ -13,0 +13,0 @@ "browser-resolve": "~0.1.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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