node-worker-threads-pool
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19087