Socket
Socket
Sign inDemoInstall

graceful-fs

Package Overview
Dependencies
0
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.5 to 1.1.6

3

graceful-fs.js

@@ -9,4 +9,3 @@ // this keeps a queue of opened file descriptors, and will make

var FastList = require("fast-list")
, queue = new FastList()
var queue = []
, curOpen = 0

@@ -13,0 +12,0 @@ , constants = require("constants")

@@ -5,3 +5,3 @@ {

"description": "fs monkey-patching to avoid EMFILE and other problems",
"version": "1.1.5",
"version": "1.1.6",
"repository": {

@@ -15,6 +15,3 @@ "type": "git",

},
"dependencies": {
"fast-list": "1"
},
"devDependencies": {}
}
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