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 9.0.0 to 9.0.1

4

CHANGELOG.md

@@ -21,2 +21,6 @@ # Changelog

## v9.0.1
- 📦 Don't emit `taskResolved` on startup tasks.
## v9.0.0

@@ -23,0 +27,0 @@

4

dist/BatchProcess.js

@@ -277,3 +277,5 @@ "use strict";

__classPrivateFieldGet(this, _BatchProcess_instances, "m", _BatchProcess_clearCurrentTask).call(this, task);
this.opts.observer.emit("taskResolved", task, this);
if (!isStartupTask) {
this.opts.observer.emit("taskResolved", task, this);
}
}, (err) => {

@@ -280,0 +282,0 @@ __classPrivateFieldGet(this, _BatchProcess_instances, "m", _BatchProcess_clearCurrentTask).call(this, task);

{
"name": "batch-cluster",
"version": "9.0.0",
"version": "9.0.1",
"description": "Manage a cluster of child processes",

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

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