New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

batch-cluster

Package Overview
Dependencies
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

batch-cluster - npm Package Compare versions

Comparing version 4.1.0 to 4.2.0

6

CHANGELOG.md

@@ -20,2 +20,8 @@ # Changelog

## v4.2.0
- 📦 In the interests of less noise, the default logger is now the `NoLogger`.
Consumers may use the `ConsoleLogger` or another `Logger` implementation as
they see fit.
## v4.1.0

@@ -22,0 +28,0 @@

2

dist/Logger.js

@@ -52,3 +52,3 @@ "use strict";

});
var _logger = exports.ConsoleLogger;
var _logger = exports.NoLogger;
function setLogger(l) {

@@ -55,0 +55,0 @@ if (exports.LogLevels.some(function (ea) { return typeof l[ea] !== "function"; })) {

{
"name": "batch-cluster",
"version": "4.1.0",
"version": "4.2.0",
"description": "Manage a cluster of child processes",

@@ -5,0 +5,0 @@ "main": "dist/BatchCluster.js",

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