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.0.0 to 2.0.1

4

lib/index.js

@@ -47,5 +47,5 @@ var parse = require('./parse-mvn');

if (!fs.existsSync(path.resolve(root, targetFile))) {
throw new Error('File not found: ' + targetFile);
throw new Error('File not found: "' + targetFile + '"');
}
args.push('--file=' + targetFile);
args.push('--file="' + targetFile + '"');
}

@@ -52,0 +52,0 @@ if (mavenArgs) {

@@ -25,3 +25,3 @@ {

},
"version": "2.0.0"
"version": "2.0.1"
}
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