Socket
Socket
Sign inDemoInstall

workerpool

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

workerpool - npm Package Versions

23
7

9.1.3

Diff

Changelog

Source

2024-06-28, version 9.1.3

  • Fix transferring from the worker (#455). Thanks @LeonidPolukhin.
josdejong
published 9.1.2 •

Changelog

Source

2024-06-04, version 9.1.2

  • Fix: #446 ensure the library can be used with older browsers.
josdejong
published 9.1.1 •

Changelog

Source

2024-04-06, version 9.1.1

  • Fix: events not emitted when using (#439). Thanks @t0oF-azpn.
josdejong
published 9.1.0 •

Changelog

Source

2024-01-18, version 9.1.0

  • Support capturing the stdout/stderr streams from the workers (#425, #423). Thanks @cpendery.
josdejong
published 9.0.4 •

Changelog

Source

2023-12-22, version 9.0.4

  • Improve the logic to detect the Node.js platform (#421). Thanks @tamuratak.
josdejong
published 9.0.3 •

Changelog

Source

2023-12-20, version 9.0.3

  • Improve types: unwrap Promise types (#419). Thanks @joshkel.
josdejong
published 9.0.2 •

Changelog

Source

2023-12-19, version 9.0.2

  • Export the Proxy type (see #417). Thanks @tamuratak.
  • Use workerpool's Promise type definition (see #417). Thanks @tamuratak.
josdejong
published 9.0.1 •

Changelog

Source

2023-12-18, version 9.0.1

  • Export the types Pool, WorkerPoolOptions, and WorkerRegisterOptions, see #416. Thanks @joshkel.
josdejong
published 9.0.0 •

Changelog

Source

2023-12-18, version 9.0.0

BREAKING CHANGE: the library now comes with TypeScript type definitions included. There may be minor differences between the new, embedded type definitions and the implementation from @types/workerpool that was needed before. For example, type WorkerPool is called type Pool now.

  • Generate TypeScript types from JSDoc comments. Thanks @tamuratak.
josdejong
published 8.0.0 •

Changelog

Source

2023-10-25, version 8.0.0

BREAKING CHANGE: the library now throws an Error when passing unknown or inherited properties for workerOpts, workerThreadOpts and forkOpts.

  • Fix: throw an error in case of unknown properties or inherited properties in workerOpts, workerThreadOpts and forkOpts to protect against security issues related to prototype pollution (see ea5368c5e53d97120b952ffad151a318c1ff073c).
  • Fix: #56 document the return type of all functions.
  • Docs: added a full usage example with Vite and Webpack5 (#408), thanks @KonghaYao.
23
7
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