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 2.5.1 to 2.5.2

5

dist/index.js

@@ -47,2 +47,5 @@ "use strict";

const targetFilePath = path.dirname(path.resolve(root, targetFile));
if (!fs.existsSync(targetFilePath)) {
debug(`build.sbt not found at location: ${targetFilePath}. This may result in no dependencies`);
}
const detectedCoursier = coursierPluginInProject(targetFilePath);

@@ -136,3 +139,3 @@ let useCoursier = detectedCoursier;

plugin: {
name: 'bundled:sbt',
name: 'snyk:sbt',
runtime: 'unknown',

@@ -139,0 +142,0 @@ },

2

package.json

@@ -46,3 +46,3 @@ {

},
"version": "2.5.1"
"version": "2.5.2"
}

Sorry, the diff of this file is not supported yet

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