Socket
Socket
Sign inDemoInstall

module-deps

Package Overview
Dependencies
36
Maintainers
8
Versions
139
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.1.0 to 4.1.1

2

index.js

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

this.persistentCache = opts.persistentCache || function (file, id, pkg, fallback, cb) {
setImmediate(function () {
process.nextTick(function () {
fallback(null, cb);

@@ -34,0 +34,0 @@ });

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