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

@zip.js/zip.js

Package Overview
Dependencies
Maintainers
2
Versions
275
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zip.js/zip.js - npm Package Compare versions

Comparing version 2.6.72 to 2.6.73

8

lib/core/zip-fs-core.js

@@ -221,11 +221,11 @@ /*

const zipEntry = this;
const clone = new ZipDirectoryEntry(zipEntry.fs, zipEntry.name);
const clonedEntry = new ZipDirectoryEntry(zipEntry.fs, zipEntry.name);
if (deepClone) {
clone.children = zipEntry.children.map(child => {
clonedEntry.children = zipEntry.children.map(child => {
const clone = child.clone(deepClone);
clone.parent = zipEntry;
return clone;
return clonedEntry;
});
}
return clone;
return clonedEntry;
}

@@ -232,0 +232,0 @@

@@ -6,3 +6,3 @@ {

"license": "BSD-3-Clause",
"version": "2.6.72",
"version": "2.6.73",
"type": "module",

@@ -9,0 +9,0 @@ "keywords": [

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