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

fs2

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fs2 - npm Package Compare versions

Comparing version 0.3.14 to 0.3.15

5

descriptors-handler.js

@@ -96,3 +96,2 @@ /* eslint max-lines: off */

});
return callback ? undefined : promise;
};

@@ -104,3 +103,3 @@ return handle;

--count;
if (err.code === "EMFILE" || err.code === "ENFILE") {
if (error.code === "EMFILE" || error.code === "ENFILE") {
if (limit > openCount) limit = openCount - 1;

@@ -135,3 +134,3 @@ const deferred = getDeferred();

const deferred = getDeferred();
queue.push({ fn: fs.promises.opendir, context: this, args, deferred });
queue.push({ fn: asyncFn, context: this, args, deferred });
release();

@@ -138,0 +137,0 @@ return deferred.promise;

2

package.json
{
"name": "fs2",
"version": "0.3.14",
"version": "0.3.15",
"description": "fs (file system package) extensions",

@@ -5,0 +5,0 @@ "author": "Mariusz Nowak <medyk@medikoo.com> (http://www.medikoo.com/)",

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