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

workerpool

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

workerpool - npm Package Versions

1
57

2.2.1

Diff

Changelog

Source

2017-05-07, version 2.2.1

  • Fixed #2 and #19: support for debugging child processes. Thanks @tptee.
josdejong
published 2.2.0 •

Changelog

Source

2016-11-26, version 2.2.0

  • Implemented #18: method pool.stats().
josdejong
published 2.1.0 •

Changelog

Source

2016-10-11, version 2.1.0

  • Implemented support for registering the workers methods asynchronously. This enables asynchronous initialization of workers, for example when using AMD modules. Thanks @natlibfi-arlehiko.
  • Implemented environment variables platform, isMainThread, and cpus. Thanks @natlibfi-arlehiko.
  • Implemented option minWorkers. Thanks @sergei202.
josdejong
published 2.0.0 •

Changelog

Source

2016-09-18, version 2.0.0

  • Replaced conversion of Error-objecting using serializerr to custom implementation to prevent issues with serializing/deserializing functions. This conversion implementation loses the prototype object which means that e.g. 'TypeError' will become just 'Error' in the main code. See #8. Thanks @natlibfi-arlehiko.
josdejong
published 1.3.1 •

Changelog

Source

2016-09-12, version 1.3.1

  • Fix for a bug in PhantomJS (see #7). Thanks @natlibfi-arlehiko.
josdejong
published 1.3.0 •

Changelog

Source

2016-08-21, version 1.3.0

  • Determine maxWorkers as the number of CPU's minus one in browsers too. See #6.
josdejong
published 1.2.1 •

Changelog

Source

2016-06-25, version 1.2.1

  • Fixed #5 error when loading via AMD or bundling using Webpack.
josdejong
published 1.2.0 •

Changelog

Source

2016-05-22, version 1.2.0

  • Implemented serializing errors with stacktrace. Thanks @mujx.
josdejong
published 1.1.0 •

Changelog

Source

2016-01-25, version 1.1.0

  • Added an error message when wrongly calling pool.proxy.
  • Fixed function worker.pool not accepting both a script and options. See #1. Thanks @freund17.
josdejong
published 1.0.0 •

Changelog

Source

2014-05-29, version 1.0.0

  • Merged function Pool.run into Pool.exec, simplifying the API.
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