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

6.0.1

Diff

Changelog

Source

v6.0.1

  • 📦 Updated development dependencies
  • 📦 Renamed main branch
  • 📦 Hopefully fixed all typedoc URL changes
mceachen
published 6.0.0 •

Changelog

Source

v6.0.0

No new features in v6: just a breaking change so we can fix an old name collision that caused linting errors.

  • 💔 Prior versions name-collided on Logger: both as an interface and as a pseudonamespace for logger factories. This made eslint grumpy, and if anyone actually used this bare-bones logger, it could have caused confusion.

    Logger now references only the interface.

    The builder functions are now named Log.

  • 📦 Updated development dependencies

mceachen
published 5.11.3 •

Changelog

Source

v5.11.3

  • 📦 Updated development dependencies (primarily TypeScript 4.1)
  • 📦 Deferred.resolve now requires an argument (as per the new Promise spec). As this is just a typing change (and Deferred is an internal implementation), I'm not bumping the major version.
mceachen
published 5.11.2 •

Changelog

Source

v5.11.2

  • 📦 Updated development dependencies
  • 📦 Minor delint/prettier reformat
mceachen
published 5.11.1 •

Changelog

Source

v5.11.1

  • 📦 Updated development dependencies
mceachen
published 5.11.0 •

Changelog

Source

v5.11.0

  • BatchCluster can now be created with a Logger thunk.
  • 📦 De-linted
  • 📦 Updated development dependencies
  • 📦 Add Node v14 to build matrix
mceachen
published 5.10.0 •

Changelog

Source

v5.10.0

  • ✨ New maxIdleMsPerProcess option: automatically shut down idle child processes to reduce system resource consumption. Defaults to 0, which disables this feature (and prevents me from having to increment the major version!)
  • 📦 Updated development dependencies
mceachen
published 5.9.5 •

Changelog

Source

v5.9.5

  • 📦 Updated development dependencies
  • 📦 Ran prettier (2.0.0 causes many no-op diffs due to changed defaults)
mceachen
published 5.9.4 •

Changelog

Source

v5.9.4

  • 📦 Updated development dependencies
mceachen
published 5.9.3 •

Changelog

Source

v5.9.3

  • 🐞 BatchProcess's streams could cause an infinite loop on .end() when stdout was destroyed.
  • 📦 Updated development dependencies
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