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

@types/workerpool

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/workerpool - npm Package Compare versions

Comparing version 6.4.1 to 6.4.2

7

workerpool/index.d.ts

@@ -135,2 +135,9 @@ // Type definitions for workerpool 6.4

/**
* The maximum number of tasks allowed to be queued. Can be used to prevent running out of memory.
* If the maximum is exceeded, adding a new task will throw an error.
* The default value is `Infinity`.
*/
maxQueueSize?: number | undefined;
/**
* - In case of `'auto'` (default), workerpool will automatically pick a suitable type of worker:

@@ -137,0 +144,0 @@ * when in a browser environment, `'web'` will be used. When in a node.js environment, `worker_threads` will be used

6

workerpool/package.json
{
"name": "@types/workerpool",
"version": "6.4.1",
"version": "6.4.2",
"description": "TypeScript definitions for workerpool",

@@ -35,4 +35,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/workerpool",

},
"typesPublisherContentHash": "7ef59546c12c680f0d070b41b56171f2a0b9d54ce57e2eae348092d079401989",
"typeScriptVersion": "4.3"
"typesPublisherContentHash": "147f810a9760a269ac627eee324ccab593cb1945b5f05a3ba27a3df206efcea2",
"typeScriptVersion": "4.5"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 22 Aug 2023 18:05:01 GMT
* Last updated: Tue, 19 Sep 2023 01:49:38 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node), [@types/worker_threads](https://npmjs.com/package/@types/worker_threads)

@@ -14,0 +14,0 @@ * Global values: none

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