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 Compare versions

Comparing version 6.0.0 to 6.0.1

4

dist/worker.js

@@ -7,4 +7,4 @@ /**

*
* @version 6.0.0
* @date 2020-05-13
* @version 6.0.1
* @date 2020-09-23
*

@@ -11,0 +11,0 @@ * @license

@@ -7,4 +7,4 @@ /**

*
* @version 6.0.0
* @date 2020-05-13
* @version 6.0.1
* @date 2020-09-23
*

@@ -11,0 +11,0 @@ * @license

@@ -7,4 +7,4 @@ /**

*
* @version 6.0.0
* @date 2020-05-13
* @version 6.0.1
* @date 2020-09-23
*

@@ -11,0 +11,0 @@ * @license

# workerpool history
https://github.com/josdejong/workerpool
## 2020-09-23, version 6.0.1
- Removed examples from the npm package. Thanks @madbence.
## 2020-05-13, version 6.0.0

@@ -6,0 +10,0 @@

{
"name": "workerpool",
"license": "Apache-2.0",
"version": "6.0.0",
"version": "6.0.1",
"description": "Offload tasks to a pool of workers on node.js and in the browser",

@@ -23,3 +23,2 @@ "homepage": "https://github.com/josdejong/workerpool",

"dist",
"examples",
"src",

@@ -36,3 +35,3 @@ "HISTORY.md",

"coverage": "npm run build && istanbul cover _mocha -- test; echo \"\nCoverage report is available at ./coverage/lcov-report/index.html\"",
"_prepublishOnly": "npm run test"
"prepublishOnly": "npm run test"
},

@@ -47,7 +46,7 @@ "devDependencies": {

"istanbul": "0.4.5",
"mocha": "7.1.2",
"uglify-js": "3.9.2",
"webpack": "4.43.0"
"mocha": "8.1.3",
"uglify-js": "3.10.4",
"webpack": "4.44.2"
},
"dependencies": {}
}

@@ -201,2 +201,4 @@ # workerpool

> Important note on `'workerType'`: when sending and receiving primitive data types (plain JSON) from and to a worker, the different worker types (`'web'`, `'process'`, `'thread'`) can be used interchangeably. However, when using more advanced data types like buffers, the API and returned results can vary. In these cases, it is best not to use the `'auto'` setting but have a fixed `'workerType'` and good unit testing in place.
A worker pool contains the following functions:

@@ -203,0 +205,0 @@

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