Comparing version 1.0.17 to 1.0.18
@@ -27,3 +27,3 @@ #!/usr/bin/env node | ||
const files = await match(pattern, ignore, root) | ||
var globalResult = false | ||
let globalResult = false | ||
@@ -30,0 +30,0 @@ for (const path of files) { |
{ | ||
"name": "jqkill", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"description": "A linter to help locate and eliminate jQuery", | ||
@@ -32,5 +32,8 @@ "keywords": [ | ||
"devDependencies": { | ||
"esmtk": "^0.1.1", | ||
"esmtk": "^0.5.1", | ||
"tape-es": "^1.2.5" | ||
}, | ||
"engines": { | ||
"node": ">=14" | ||
}, | ||
"standard": { | ||
@@ -40,6 +43,3 @@ "ignore": [ | ||
] | ||
}, | ||
"engines": { | ||
"node": "~14" | ||
} | ||
} |
@@ -23,3 +23,3 @@ /* eslint-disable no-new-func */ | ||
const lexer = RegExp(/\$|\(|\w+\(|\.|\)|\r\n|\n|\r|[^$.)\r\n]+/y) | ||
const lexer = /\$|\(|\w+\(|\.|\)|\r\n|\n|\r|[^$.)\r\n]+/y | ||
@@ -26,0 +26,0 @@ while ((matches = lexer.exec(contents)) !== null) { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
12984