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 4.5.4 to 4.5.5

jdeploy-bundle/lib/example/node_modules/samplefolder/ToIgnore.groovy

5

CHANGELOG.md
# Changelog
## [4.5.5] 2020-04-30
- Fixes
- ignorepattern option not working [#34](https://github.com/nvuillam/npm-groovy-lint/issues/34)
## [4.5.2] 2020-04-29

@@ -4,0 +9,0 @@

@@ -80,2 +80,7 @@ // Shared functions

// Ignore pattern
if (options.ignorepattern) {
result.codenarcArgs.push('-excludes="' + options.ignorepattern + '"');
}
// Output

@@ -82,0 +87,0 @@ result.output = options.output.replace(/^"(.*)"$/, "$1");

2

package.json
{
"name": "npm-groovy-lint",
"version": "4.5.4",
"version": "4.5.5",
"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