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

4

jdeploy-bundle/groovy-lint.js

@@ -273,3 +273,3 @@ #! /usr/bin/env node

id: errId,
line: violation["$"].lineNumber ? parseInt(violation["$"].lineNumber, 10) : null,
line: violation["$"].lineNumber ? parseInt(violation["$"].lineNumber, 10) : 0,
rule: violation["$"].ruleName,

@@ -336,3 +336,3 @@ severity:

" " +
err.line.padEnd(4, " ") +
err.line.toString().padEnd(4, " ") +
" " +

@@ -339,0 +339,0 @@ c[color](err.severity.padEnd(7, " ")) +

{
"name": "npm-groovy-lint",
"version": "2.2.0-beta.1",
"version": "2.2.0-beta.2",
"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