Socket
Socket
Sign inDemoInstall

module-deps

Package Overview
Dependencies
32
Maintainers
4
Versions
139
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.9.0 to 3.9.1

8

index.js

@@ -184,7 +184,5 @@ var fs = require('fs');

var self = this;
var tr = through();
var inputSource = this.fileCache && this.fileCache[file];
if (inputSource) {
tr.push(inputSource);
if (xhas(this.fileCache, file)) {
var tr = through();
tr.push(this.fileCache[file]);
tr.push(null);

@@ -191,0 +189,0 @@ return tr;

{
"name": "module-deps",
"version": "3.9.0",
"version": "3.9.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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc