minimatch
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -173,3 +173,3 @@ module.exports = minimatch | ||
( (p[0] === "" && p[1] === "" && p[2] === "\\?") // unc | ||
|| (p[0].match(/^[a-zA-Z]:$/)) )) { | ||
|| (typeof p[0] === "string" && p[0].match(/^[a-zA-Z]:$/)) )) { | ||
return p | ||
@@ -176,0 +176,0 @@ } |
@@ -5,3 +5,3 @@ { | ||
"description": "a glob matcher in javascript", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"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
45951