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

@yarnpkg/fslib

Package Overview
Dependencies
Maintainers
6
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yarnpkg/fslib - npm Package Compare versions

Comparing version 2.10.0 to 2.10.1

2

lib/NoFS.js

@@ -216,3 +216,3 @@ "use strict";

}
NoFS.instance = new NoFS();
exports.NoFS = NoFS;
NoFS.instance = new NoFS();

@@ -178,2 +178,7 @@ "use strict";

throw new Error(`ZipFS was not created from a Buffer`);
// zip_source_open on an unlink-after-write empty archive fails with "Entry has been deleted"
if (this.entries.size === 0) {
this.discardAndClose();
return makeEmptyArchive();
}
try {

@@ -180,0 +185,0 @@ // Prevent close from cleaning up the source

{
"name": "@yarnpkg/fslib",
"version": "2.10.0",
"version": "2.10.1",
"license": "BSD-2-Clause",

@@ -5,0 +5,0 @@ "main": "./lib/index.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