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.12 to 1.1.13

1

graceful-fs.js

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

var fs = require("fs")
, mkdirp = require("mkdirp")

@@ -8,0 +7,0 @@ // there is such a thing as TOO graceful.

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

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

@@ -15,9 +15,5 @@ "type": "git",

},
"devDependencies": {},
"directories": {
"test": "test"
},
"dependencies": {
"mkdirp": "~0.3.4"
},
"scripts": {

@@ -24,0 +20,0 @@ "test": "tap test/*.js"

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