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

9

CHANGELOG.md
# Changelog
## [2.0.0] - 2020-02-21
## [2.2.0] - 2020-02-25
### Added
- Capability to call NpmGroovyLint with options as object, not only command line arguments
- New option "source", allowing to call NpmGroovyLint with the groovy code as a string , not only path & files pattern
## [2.0.1] - 2020-02-21
### Added
- Capability to fix errors

@@ -8,0 +15,0 @@ - ConsecutiveBlankLines

@@ -168,2 +168,7 @@ #! /usr/bin/env node

this.codenarcArgs.push('-report="' + ext + ":" + this.output + '"');
// If filename is sent: just call codeNarc, no parsing results
if (!["html", "xml"].includes(this.output)) {
this.onlyCodeNarc = true;
}
} else {

@@ -170,0 +175,0 @@ this.status = 2;

@@ -0,0 +0,0 @@ Copyright (c) 2002-2012, the original author or authors.

@@ -0,0 +0,0 @@ The person or persons who have associated work with this document (the

@@ -0,0 +0,0 @@ Copyright (c) 2006, Sun Microsystems, Inc.

@@ -0,0 +0,0 @@ Eclipse Public License - v 1.0

@@ -0,0 +0,0 @@ Eclipse Public License - v 2.0

@@ -0,0 +0,0 @@ Copyright (c) 2003-2006, Joe Walnes

2

package.json
{
"name": "npm-groovy-lint",
"version": "2.2.0-beta.3",
"version": "2.2.0-beta.4",
"description": "NPM CodeNarc wrapper to easily lint Groovy files",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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