Socket
Socket
Sign inDemoInstall

snyk-mvn-plugin

Package Overview
Dependencies
Maintainers
1
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snyk-mvn-plugin - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

4

dist/index.js

@@ -19,4 +19,2 @@ "use strict";

if (logger === null) {
// Lazy init: Snyk CLI needs to process the CLI argument "-d" first.
// TODO(BST-648): more robust handling of the debug settings
if (process.env.DEBUG) {

@@ -27,3 +25,3 @@ debugModule.enable(process.env.DEBUG);

}
messages.forEach((m) => logger(m));
messages.forEach((m) => logger === null || logger === void 0 ? void 0 : logger(m));
}

@@ -30,0 +28,0 @@ exports.debug = debug;

@@ -54,3 +54,3 @@ {

},
"version": "3.1.1"
"version": "3.1.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