@xylabs/threads
Advanced tools
Comparing version 3.0.11 to 3.0.12
@@ -17,3 +17,3 @@ /* eslint-disable @typescript-eslint/no-floating-promises */ | ||
Number.parseInt(process.env.THREADS_WORKER_INIT_TIMEOUT, 10) | ||
: 10000; | ||
: 10_000; | ||
async function withTimeout(promise, timeoutInMs, errorMessage) { | ||
@@ -20,0 +20,0 @@ let timeoutHandle; |
@@ -23,3 +23,3 @@ "use strict"; | ||
Number.parseInt(process.env.THREADS_WORKER_INIT_TIMEOUT, 10) | ||
: 10000; | ||
: 10_000; | ||
async function withTimeout(promise, timeoutInMs, errorMessage) { | ||
@@ -26,0 +26,0 @@ let timeoutHandle; |
{ | ||
"name": "@xylabs/threads", | ||
"version": "3.0.11", | ||
"version": "3.0.12", | ||
"description": "Web workers & worker threads as simple as a function call", | ||
@@ -97,3 +97,3 @@ "license": "MIT", | ||
"ts-node": "^9.1.1", | ||
"typescript": "^4.9.5", | ||
"typescript": "^5.4.2", | ||
"wavy": "^1.0.4", | ||
@@ -100,0 +100,0 @@ "webpack": "^4.47.0", |
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
291694