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

workerpool

Package Overview
Dependencies
Maintainers
2
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
7

3.1.1

Diff

Changelog

Source

2019-02-25, version 3.1.1

  • Fix option nodeWorker: 'auto' not using worker threads when available. Thanks @stefanpenner.
josdejong
published 3.1.0 •

Changelog

Source

2019-02-17, version 3.1.0

  • Implemented support for using worker_threads in Node.js, via the new option nodeWorker: 'thread'. Thanks @stefanpenner.
josdejong
published 3.0.0 •

Changelog

Source

2018-12-11, version 3.0.0

  • Enable usage in ES6 Webpack projects.
  • Dropped support for AMD module system.
josdejong
published 2.3.3 •

Changelog

Source

2018-09-12, version 2.3.3

  • Fixed space in license field in package.json. Thanks @sagotsky.
josdejong
published 2.3.2 •

Changelog

Source

2018-09-08, version 2.3.2

  • Add licence field to package.json. Thanks @greyd.
josdejong
published 2.3.1 •

Changelog

Source

2018-07-24, version 2.3.1

  • Fixed bug where tasks that are cancelled in a Pool's queue causes following tasks to not run. Thanks @greemo.
josdejong
published 2.3.0 •

Changelog

Source

2017-09-30, version 2.3.0

  • New method Pool.terminate(force, timeout) which will replace Pool.clear(force). Thanks @jimsugg.
  • Fixed issue with never terminating zombie child processes. Thanks @jimsugg.
josdejong
published 2.2.4 •

Changelog

Source

2017-08-20, version 2.2.4

  • Fixed a debug issue: look for --inspect within argument strings, instead of exact match. Thanks @jimsugg.
josdejong
published 2.2.3 •

Changelog

Source

2017-08-19, version 2.2.3

  • Updated all examples to neatly include .catch(...) callbacks.
josdejong
published 2.2.2 •

Changelog

Source

2017-07-08, version 2.2.2

  • Fixed #25: timer of a timeout starting when the task is created instead of when the task is started. Thanks @eclipsesk for input.
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