Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

poolifier

Package Overview
Dependencies
Maintainers
1
Versions
192
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

poolifier - npm Package Versions

1
20

3.0.6

Diff

Changelog

Source

[3.0.6] - 2023-11-24

Fixed

  • Ensure pool statuses are checked at initialization, start() or destroy().
  • Ensure pool ready event can be emitted after several start()/destroy() cycles.
pioardi
published 3.0.5 •

Changelog

Source

[3.0.5] - 2023-10-27

Fixed

  • Ensure pool ready event can be emitted only once.
pioardi
published 3.0.4 •

Changelog

Source

[3.0.4] - 2023-10-20

Changed

  • Switch to Bencher for benchmarking: https://bencher.dev/perf/poolifier.
  • Use builtin retry mechanism in worker choice strategies instead of custom one.
pioardi
published 3.0.3 •

Changelog

Source

[3.0.3] - 2023-10-19

Fixed

  • Avoid null exception at sending message to worker.
  • Avoid null exception at checking worker node readiness.
pioardi
published 3.0.2 •

Changelog

Source

[3.0.2] - 2023-10-17

Fixed

  • Fix race condition at dynamic worker node task assignment and scheduled removal. See issue #1468 and #1496.
pioardi
published 3.0.1 •

Changelog

Source

[3.0.1] - 2023-10-16

Fixed

  • Workaround possible race condition at work nodes array element removal and querying. See issue #1468.

Changed

  • Switch the worker node eventing code to EventTarget API.
pioardi
published 3.0.0 •

Changelog

Source

[3.0.0] - 2023-10-08

Changed

  • Remove Node.js 16.x.x (EOL) support.
pioardi
published 2.7.5 •

Changelog

Source

[2.7.5] - 2023-10-03

Changed

  • Use EventEmitterAsyncResource type from @types/node for pool event emitter. TypeScript users will need to update to latest @types/node version.
pioardi
published 2.7.4 •

Changelog

Source

[2.7.4] - 2023-09-25

Fixed

  • Fix source maps (bundler issue).
pioardi
published 2.7.3 •

Changelog

Source

[2.7.3] - 2023-09-24

Changed

  • Convert pool event emitter to event emitter async resource.
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