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 2.2.0-beta.6 to 2.2.0-beta.7

12

jdeploy-bundle/groovy-lint-rules.js

@@ -46,4 +46,4 @@ // Additional definition for codenarc rules ( get position & available fix)

return {
from: { line: errItem.line, char: closingBracePos },
to: { line: errItem.line, char: closingBracePos + 1 }
start: { line: errItem.line, character: closingBracePos },
end: { line: errItem.line, character: closingBracePos + 1 }
};

@@ -211,4 +211,4 @@ }

return {
from: { line: errItem.line, char: getVariable(evaluatedVars, "EXPECTED") },
to: { line: errItem.line, char: getVariable(evaluatedVars, "FOUND") }
start: { line: errItem.line, character: getVariable(evaluatedVars, "EXPECTED") },
end: { line: errItem.line, character: getVariable(evaluatedVars, "FOUND") }
};

@@ -460,4 +460,4 @@ }

return {
from: { line: errItem.line, char: varStartPos },
to: { line: errItem.line, char: varStartPos + varName.length }
start: { line: errItem.line, character: varStartPos },
end: { line: errItem.line, character: varStartPos + varName.length }
};

@@ -464,0 +464,0 @@ }

{
"name": "npm-groovy-lint",
"version": "2.2.0-beta.6",
"version": "2.2.0-beta.7",
"description": "NPM CodeNarc wrapper to easily lint Groovy files",

@@ -5,0 +5,0 @@ "main": "index.js",

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