Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

npm-groovy-lint

Package Overview
Dependencies
Maintainers
1
Versions
204
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-groovy-lint - npm Package Compare versions

Comparing version 12.1.2 to 12.2.1-beta202311260926.0

2

lib/groovy-lint.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc