Comparing version 3.2.0 to 3.2.1
@@ -132,3 +132,3 @@ 'use strict' | ||
if (this.prefix) | ||
p.path = this.prefix + '/' + p.path.replace(/^\.\/*/, '') | ||
p.path = this.prefix + '/' + p.path.replace(/^\.(\/+|$)/, '') | ||
@@ -152,3 +152,3 @@ // in this case, we don't have to wait for the stat | ||
if (this.prefix) | ||
p = this.prefix + '/' + p.replace(/^\.\/*/, '') | ||
p = this.prefix + '/' + p.replace(/^\.(\/+|$)/, '') | ||
@@ -155,0 +155,0 @@ this[QUEUE].push(new PackJob(p, absolute)) |
@@ -5,3 +5,3 @@ { | ||
"description": "tar for node", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
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
121916