npm-groovy-lint
Advanced tools
Comparing version 12.1.2 to 12.2.1-beta202311260926.0
@@ -201,3 +201,3 @@ // Imports | ||
const codeNarcVersionLinter = await new NpmGroovyLint([process.execPath, "", "--codenarcargs", "-version"], {}).run(); | ||
const codeNarcVersionLines = [(await getSourceLines(codeNarcVersionLinter.codeNarcStdOut))[0]]; | ||
const codeNarcVersionLines = [(await getSourceLines(codeNarcVersionLinter.codeNarcStdOut || "Error collecting CodeNarc version"))[0]]; | ||
@@ -204,0 +204,0 @@ const versions = []; |
{ | ||
"name": "npm-groovy-lint", | ||
"version": "12.1.2", | ||
"version": "12.2.1-beta202311260926.0", | ||
"description": "Lint, format and auto-fix your Groovy / Jenkinsfile / Gradle files", | ||
@@ -63,3 +63,3 @@ "main": "index.js", | ||
"ip": "^1.1.5", | ||
"java-caller": "^3.1.1", | ||
"java-caller": "^3.2.0", | ||
"js-yaml": "^4.1.0", | ||
@@ -66,0 +66,0 @@ "node-sarif-builder": "^2.0.3", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
15845317
1
Updatedjava-caller@^3.2.0