Socket
Socket
Sign inDemoInstall

snyk-gradle-plugin

Package Overview
Dependencies
Maintainers
1
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snyk-gradle-plugin - npm Package Compare versions

Comparing version 2.10.1 to 2.10.2

6

dist/index.js

@@ -61,3 +61,3 @@ "use strict";

if (jsonLine !== null) {
throw new Error('More than one line with "JSONDEPS " prefix was returned');
throw new Error('More than one line with "JSONDEPS " prefix was returned; full output:\n' + stdoutText);
}

@@ -68,3 +68,3 @@ jsonLine = l.substr(9);

if (jsonLine === null) {
throw new Error('No line prefixed with "JSONDEPS " was returned');
throw new Error('No line prefixed with "JSONDEPS " was returned; full output:\n' + stdoutText);
}

@@ -224,3 +224,5 @@ return JSON.parse(jsonLine);

}
const fullCommandText = 'gradle command: ' + command + ' ' + args.join(' ');
error.message = `${blackOnYellow('===== DEBUG INFORMATION START =====')}
${orange(fullCommandText)}
${orange(gradleVersionOutput)}

@@ -227,0 +229,0 @@ ${orange(error.message)}

@@ -35,3 +35,3 @@ {

"tslint": "^5.14.0",
"typescript": "^3.3.4000"
"typescript": "^3.4.5"
},

@@ -44,3 +44,3 @@ "dependencies": {

},
"version": "2.10.1"
"version": "2.10.2"
}

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