Comparing version 2.0.0 to 2.0.1
@@ -110,3 +110,3 @@ var fs = require("fs"); | ||
.pipe(self.outputStream, {end: false}); | ||
compressedSizeCounter.on("finish", function() { | ||
compressedSizeCounter.on("end", function() { | ||
entry.crc32 = crc32Watcher.crc32; | ||
@@ -113,0 +113,0 @@ if (entry.uncompressedSize == null) { |
{ | ||
"name": "yazl", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "yet another zip library for node", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
26083