Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

graceful-fs

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graceful-fs - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

LICENSE

9

graceful-fs.js

@@ -1,2 +0,1 @@

// wrapper around the non-sync fs functions to gracefully handle

@@ -19,2 +18,8 @@ // having too many file descriptors open. Note that this is

if (process.platform === "win32"
&& !process.binding("fs").lstat) {
exports.lstat = exports.stat
exports.lstatSync = exports.statSync
}
function graceful (fn) { return function GRACEFUL () {

@@ -31,3 +36,3 @@ var args = Array.prototype.slice.call(arguments)

}
timer = 0
timeout = 0
cb_.apply(null, arguments)

@@ -34,0 +39,0 @@ }

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

"description": "fs with incremental backoff on EMFILE",
"version": "1.0.0",
"version": "1.0.1",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

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