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.2.3 to 1.2.4

2

lib/index.js

@@ -45,3 +45,3 @@ var path = require('path');

function buildArgs(root, targetFile, sbtArgs) {
var args = [];
var args = ['-Dsbt.log.noformat=true']; // force plain output
if (sbtArgs) {

@@ -48,0 +48,0 @@ args = args.concat(sbtArgs);

@@ -29,3 +29,3 @@ {

},
"version": "1.2.3"
"version": "1.2.4"
}
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