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.3 to 2.5.4

9

dist/index.js

@@ -100,10 +100,5 @@ "use strict";

}
if (/index.js$/.test(__filename)) {
// running from ./dist
return path.join(__dirname, `../lib/${pluginName}`);
if (/index.[tj]s$/.test(__filename)) {
return path.join(__dirname, `../scala/${pluginName}`);
}
else if (/index.ts$/.test(__filename)) {
// running from ./lib
return path.join(__dirname, pluginName);
}
else {

@@ -110,0 +105,0 @@ throw new Error(`Cannot locate ${pluginName} script`);

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

},
"version": "2.5.3"
"version": "2.5.4"
}

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