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

node-worker-threads-pool

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-worker-threads-pool - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

4

index.d.ts

@@ -31,3 +31,3 @@ type TaskFunc = (param: any) => any;

*/
destroy();
destroy(): void;
}

@@ -64,3 +64,3 @@

*/
destroy();
destroy(): void;
}

@@ -67,0 +67,0 @@

{
"name": "node-worker-threads-pool",
"version": "1.1.1",
"version": "1.1.2",
"description": "Simple worker threads pool using Node's worker_threads module. Compatible with ES6+ Promise, Async/Await.",

@@ -5,0 +5,0 @@ "main": "index.js",

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