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 1.0.3 to 1.1.0

6

lib/index.js

@@ -10,2 +10,6 @@ var parse = require('./parse-mvn');

module.exports.__tests = {
buildArgs: buildArgs,
};
function inspect(root, targetFile, options) {

@@ -51,5 +55,5 @@ if (!options) { options = { dev: false }; }

if (mavenArgs) {
args.push(mavenArgs);
args = args.concat(mavenArgs);
}
return args;
}

2

package.json

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

},
"version": "1.0.3"
"version": "1.1.0"
}
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