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 Versions

1
10

5.9.2

Diff

Changelog

Source

v5.9.2

  • 🐞 BatchProcess.ready now verifies the child process still exists
  • 📦 Replace tslint with eslint
  • 📦 Updated development dependencies
mceachen
published 5.9.1 •

Changelog

Source

v5.9.1

  • 🐞 Errors after a process has shut down are logged and not propagated
  • 📦 Updated development dependencies
mceachen
published 5.9.0 •

Changelog

Source

v5.9.0

  • 🐞 Moved all async throws into observables (to prevent "This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason...")
  • 📦 Updated development dependencies
mceachen
published 5.8.0 •

Changelog

Source

v5.8.0

  • 🐞 Fixed issue where immediately closing a process before a pending task completed resulted in Error: onExit(exit) called end()
  • 📦 Updated development dependencies
mceachen
published 5.7.1 •

Changelog

Source

v5.7.1

  • 📦 BatchCluster.end() should return a Deferred<void>
mceachen
published 5.7.0 •

Changelog

Source

v5.7.0

  • 🐞 Fixed issue where onStartError and onTaskError didn't get emitted.
  • 📦 Updated development dependencies, rebuilt docs.
  • 🐞 Deflaked CI tests with longer timeouts and less aggressive shutdown()
  • 📦 Had to delete the macOS Travis tests. Travis has been terribly flaky, with unreproduceable spec failures.
mceachen
published 5.6.8 •

Changelog

Source

v5.6.8

  • 📦 Updated development dependencies (new TypeScript)
mceachen
published 5.6.7 •

Changelog

Source

v5.6.7

  • 📦 Updated development dependencies
mceachen
published 5.6.6 •

Changelog

Source

v5.6.6

  • 📦 Updated development dependencies
mceachen
published 5.6.5 •

Changelog

Source

v5.6.5

  • 📦 wrapped stdin.write() with try/catch that rejects the current task and closes the current process.
  • 📦 wrapped stdin.end() with try/catch (as .writable isn't reliable)
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