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.0.2 to 1.1.0

6

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

@@ -12,4 +12,4 @@ "main": "index.js",

"JSONStream": "~0.6.4",
"browser-resolve": "~1.1.0",
"resolve": "~0.4.0",
"browser-resolve": "~1.2.0",
"resolve": "~0.6.0",
"detective": "~2.1.2",

@@ -16,0 +16,0 @@ "concat-stream": "~1.0.0",

@@ -6,3 +6,3 @@

net : require('net'),
http : requrie('http'),
http : require('http'),
https : require('https'),

@@ -9,0 +9,0 @@ dgram : require('dgram'),

@@ -25,2 +25,3 @@ var test = require('tap').test;

net: false,
http: false,
https: false,

@@ -27,0 +28,0 @@ dgram: false,

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