Socket
Socket
Sign inDemoInstall

snyk-mvn-plugin

Package Overview
Dependencies
Maintainers
1
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snyk-mvn-plugin - npm Package Compare versions

Comparing version 2.25.3 to 2.26.0

7

dist/index.js

@@ -122,3 +122,4 @@ "use strict";

: undefined;
callGraph = yield getCallGraph(targetPath, timeout);
callGraph = yield getCallGraph(targetPath, timeout, // expects ms
options.args);
maybeCallGraphMetrics = {

@@ -170,7 +171,7 @@ callGraphMetrics: javaCallGraphBuilder.runtimeMetrics(),

exports.buildArgs = buildArgs;
function getCallGraph(targetPath, timeout) {
function getCallGraph(targetPath, timeout, customMavenArgs) {
return tslib_1.__awaiter(this, void 0, void 0, function* () {
debug(`getting call graph from path ${targetPath}`);
try {
const callGraph = yield javaCallGraphBuilder.getCallGraphMvn(path.dirname(targetPath), timeout);
const callGraph = yield javaCallGraphBuilder.getCallGraphMvn(path.dirname(targetPath), timeout, customMavenArgs);
debug('got call graph successfully');

@@ -177,0 +178,0 @@ return callGraph;

@@ -44,3 +44,3 @@ {

"@snyk/dep-graph": "^1.23.1",
"@snyk/java-call-graph-builder": "1.19.1",
"@snyk/java-call-graph-builder": "1.21.0",
"debug": "^4.1.1",

@@ -52,3 +52,3 @@ "glob": "^7.1.6",

},
"version": "2.25.3"
"version": "2.26.0"
}

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