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 7.4.2 to 7.4.3

5

CHANGELOG.md
# Changelog
## [7.4.3] 2020-08-29
- Upgrade [java-caller](https://github.com/nvuillam/node-java-caller) to v2.2.0
- Fix CLASSPATH on windows in case there are spaces in paths
## [7.4.2] 2020-08-26

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

4

lib/test/miscellaneous.test.js

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

describe("Miscellaneous", function() {
describe("Miscellaneous", function () {
beforeEach(beforeEachTestCase);

@@ -175,3 +175,3 @@

const requestKey = "requestKeyCalculatedByExternal" + Math.random();
const delay = os.platform === "win32" ? 500 : 300;
const delay = os.platform() === "win32" ? 500 : 300;
const npmGroovyLintConfig = {

@@ -178,0 +178,0 @@ path: "./lib/example/",

{
"name": "npm-groovy-lint",
"version": "7.4.2",
"version": "7.4.3",
"description": "Lint, format and auto-fix your Groovy / Jenkinsfile / Gradle files",

@@ -59,3 +59,3 @@ "main": "index.js",

"ip": "^1.1.5",
"java-caller": "^2.0.0",
"java-caller": "^2.2.0",
"optionator": "^0.8.3",

@@ -62,0 +62,0 @@ "semver": "^7.1.3",

@@ -400,2 +400,7 @@ <!-- markdownlint-disable MD033 -->

### [7.4.3] 2020-08-29
- Upgrade [java-caller](https://github.com/nvuillam/node-java-caller) to v2.2.0
- Fix CLASSPATH on windows in case there are spaces in paths
### [7.4.2] 2020-08-26

@@ -402,0 +407,0 @@

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