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.1.4 to 1.1.5

2

graceful-fs.js

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

function chownFix (orig) {
if (!orig) return orig
return function (target, uid, gid, cb) {

@@ -237,2 +238,3 @@ return orig.call(fs, target, uid, gid, function (er, res) {

function chownFixSync (orig) {
if (!orig) return orig
return function (target, uid, gid) {

@@ -239,0 +241,0 @@ try {

2

package.json

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

"description": "fs monkey-patching to avoid EMFILE and other problems",
"version": "1.1.4",
"version": "1.1.5",
"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