Socket
Socket
Sign inDemoInstall

@snyk/java-call-graph-builder

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@snyk/java-call-graph-builder - npm Package Compare versions

Comparing version 1.23.1 to 1.23.2

13

dist/gradle-wrapper.js

@@ -10,9 +10,10 @@ "use strict";

const errors_1 = require("./errors");
const fs = require("fs");
const tmp = require("tmp");
function getGradleCommandArgs(targetPath, initScript, confAttrs) {
const gradleArgs = [
'printClasspath',
'-I',
path.join(__dirname, ...'../bin/init.gradle'.split('/')),
'-q',
];
// For binary releases, the original file would be in the binary build and inaccesible
const originalPath = path.join(__dirname, ...'../bin/init.gradle'.split('/'));
const tmpFilePath = tmp.fileSync().name;
fs.copyFileSync(originalPath, tmpFilePath);
const gradleArgs = ['printClasspath', '-I', tmpFilePath, '-q'];
if (targetPath) {

@@ -19,0 +20,0 @@ gradleArgs.push('-p', targetPath);

@@ -72,3 +72,3 @@ {

},
"version": "1.23.1"
"version": "1.23.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