Socket
Socket
Sign inDemoInstall

snyk-sbt-plugin

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snyk-sbt-plugin - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

6

lib/index.js

@@ -10,2 +10,6 @@ var path = require('path');

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

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

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

2

package.json

@@ -26,3 +26,3 @@ {

},
"version": "1.1.1"
"version": "1.2.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