minimatch
Advanced tools
Comparing version 4.2.1 to 4.2.2
@@ -726,3 +726,4 @@ const minimatch = module.exports = (p, pattern, options = {}) => { | ||
// "after" the negated section. | ||
const openParensBefore = nlBefore.split('(').length - 1 | ||
const closeParensBefore = nlBefore.split(')').length | ||
const openParensBefore = nlBefore.split('(').length - closeParensBefore | ||
let cleanAfter = nlAfter | ||
@@ -729,0 +730,0 @@ for (let i = 0; i < openParensBefore; i++) { |
@@ -5,3 +5,6 @@ { | ||
"description": "a glob matcher in javascript", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"publishConfig": { | ||
"tag": "legacy-v4" | ||
}, | ||
"repository": { | ||
@@ -8,0 +11,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
36157
767