@zip.js/zip.js
Advanced tools
Comparing version 2.7.3 to 2.7.4
@@ -378,3 +378,3 @@ /* | ||
if (!parent) { | ||
parent = new ZipDirectoryEntry(this.fs, pathPart, null, previousParent); | ||
parent = new ZipDirectoryEntry(this.fs, pathPart, { data: entry }, previousParent); | ||
importedEntries.push(parent); | ||
@@ -381,0 +381,0 @@ } |
@@ -6,3 +6,3 @@ { | ||
"license": "BSD-3-Clause", | ||
"version": "2.7.3", | ||
"version": "2.7.4", | ||
"type": "module", | ||
@@ -9,0 +9,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2804619