Socket
Socket
Sign inDemoInstall

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 4.2.10 to 4.2.11

9

package.json
{
"name": "graceful-fs",
"description": "A drop-in replacement for fs, making various improvements.",
"version": "4.2.10",
"version": "4.2.11",
"repository": {

@@ -41,3 +41,3 @@ "type": "git",

"rimraf": "^2.2.8",
"tap": "^12.7.0"
"tap": "^16.3.4"
},

@@ -50,3 +50,6 @@ "files": [

"clone.js"
]
],
"tap": {
"reporter": "classic"
}
}

@@ -104,3 +104,3 @@ var constants = require('constants')

if (er
&& (er.code === "EACCES" || er.code === "EPERM")
&& (er.code === "EACCES" || er.code === "EPERM" || er.code === "EBUSY")
&& Date.now() - start < 60000) {

@@ -107,0 +107,0 @@ setTimeout(function() {

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