Comparing version 0.11.5 to 0.11.6
@@ -217,5 +217,6 @@ var PullStream = require('../PullStream'); | ||
vars.type = (vars.uncompressedSize === 0 && /[\/\\]$/.test(vars.path)) ? 'Directory' : 'File'; | ||
var padding = options && options.padding || 1000; | ||
vars.stream = function(_password) { | ||
var totalSize = 30 | ||
+ 10 // add an extra buffer | ||
+ padding // add an extra buffer | ||
+ (vars.extraFieldLength || 0) | ||
@@ -222,0 +223,0 @@ + (vars.fileNameLength || 0) |
{ | ||
"name": "unzipper", | ||
"version": "0.11.5", | ||
"version": "0.11.6", | ||
"description": "Unzip cross-platform streaming API ", | ||
@@ -5,0 +5,0 @@ "author": "Evan Oxfeld <eoxfeld@gmail.com>", |
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
53676
1080