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.13.0 to 1.13.1

4

config.default.json
{
"CALL_GRAPH_GENERATOR_URL": "https://storage.googleapis.com/snyk-java-callgraph-generator/W3jTdXePWDEk7sZmaxNxgDAPCXnzFa6AWsvgeEN7yg/callgraph-generator-1.3.0-jar-with-dependencies.jar",
"CALL_GRAPH_GENERATOR_CHECKSUM": "0780c9b1f81d9582f2455d99bca990a54ff5c583409ff8c3b832dc7eb4342ab9"
"CALL_GRAPH_GENERATOR_URL": "https://storage.googleapis.com/snyk-java-callgraph-generator/W3jTdXePWDEk7sZmaxNxgDAPCXnzFa6AWsvgeEN7yg/callgraph-generator-1.3.1-jar-with-dependencies.jar",
"CALL_GRAPH_GENERATOR_CHECKSUM": "cb52d225113727df15346e0b29fb81b3e38fee88e1f6fa8db55efc5f19d62977"
}

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

'-I',
path.join(__dirname, '../bin/init.gradle'),
path.join(__dirname, ...'../bin/init.gradle'.split('/')),
'-q',

@@ -25,3 +25,3 @@ ];

function getGradleCommand(targetPath) {
const pathToWrapper = path.resolve(targetPath || '', './gradlew');
const pathToWrapper = path.resolve(targetPath || '', '.', 'gradlew');
if (fs.existsSync(pathToWrapper)) {

@@ -28,0 +28,0 @@ return pathToWrapper;

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

const classPerJarMapping = {};
for (const classPathItem of classPath.split(':')) {
for (const classPathItem of classPath.split(path.delimiter)) {
// classpath can also contain local directories with classes - we don't need them for package mapping

@@ -46,0 +46,0 @@ if (!classPathItem.endsWith('.jar')) {

@@ -70,3 +70,3 @@ {

},
"version": "1.13.0"
"version": "1.13.1"
}

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