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.1 to 1.2.2

2

lib/index.js

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

function buildArgs(root, targetFile, sbtArgs) {
var args = ['dependency-tree'];
var args = ['dependencyTree'];
if (sbtArgs) {

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

@@ -97,3 +97,3 @@ var tabdown = require('./tabdown');

function parseError(text) {
if (text.indexOf('Not a valid command: dependency-tree') !== -1) {
if (text.indexOf('Not a valid command: dependencyTree') !== -1) {
return new Error('Error: Missing plugin `sbt-dependency-graph` ' +

@@ -100,0 +100,0 @@ '(https://github.com/jrudolph/sbt-dependency-graph).\n' +

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

},
"version": "1.2.1"
"version": "1.2.2"
}
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