Comparing version 0.10.10 to 0.10.11
@@ -12,3 +12,3 @@ module.exports = Extract; | ||
// make sure path is normalized before using it | ||
opts.path = path.normalize(opts.path); | ||
opts.path = path.resolve(path.normalize(opts.path)); | ||
@@ -15,0 +15,0 @@ var parser = new Parse(opts); |
{ | ||
"name": "unzipper", | ||
"version": "0.10.10", | ||
"version": "0.10.11", | ||
"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
51604