@types/workerpool
Advanced tools
Comparing version 6.4.2 to 6.4.3
@@ -91,3 +91,3 @@ // Type definitions for workerpool 6.4 | ||
export namespace Promise { | ||
// tslint:disable-next-line:strict-export-declare-modifiers | ||
// eslint-disable-next-line @definitelytyped/strict-export-declare-modifiers | ||
export class CancellationError extends Error { | ||
@@ -97,3 +97,3 @@ name: 'CancellationError'; | ||
// tslint:disable-next-line:strict-export-declare-modifiers | ||
// eslint-disable-next-line @definitelytyped/strict-export-declare-modifiers | ||
export class TimeoutError extends Error { | ||
@@ -100,0 +100,0 @@ name: 'TimeoutError'; |
{ | ||
"name": "@types/workerpool", | ||
"version": "6.4.2", | ||
"version": "6.4.3", | ||
"description": "TypeScript definitions for workerpool", | ||
@@ -35,4 +35,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/workerpool", | ||
}, | ||
"typesPublisherContentHash": "147f810a9760a269ac627eee324ccab593cb1945b5f05a3ba27a3df206efcea2", | ||
"typesPublisherContentHash": "868a41ad4e9a5815bedefefb30b2ba211ca5f2e230272659e2ac1532d4723aad", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 19 Sep 2023 01:49:38 GMT | ||
* Last updated: Fri, 22 Sep 2023 23:35:09 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 |
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
11859