@types/node-fetch
Advanced tools
Comparing version 2.6.2 to 2.6.4
@@ -7,2 +7,3 @@ // `AbortSignal` is defined here to prevent a dependency on a particular | ||
aborted: boolean; | ||
reason: any; | ||
@@ -22,2 +23,4 @@ addEventListener: (type: "abort", listener: ((this: AbortSignal, event: any) => any), options?: boolean | { | ||
onabort: null | ((this: AbortSignal, event: any) => any); | ||
throwIfAborted(): void; | ||
} |
{ | ||
"name": "@types/node-fetch", | ||
"version": "2.6.2", | ||
"version": "2.6.4", | ||
"description": "TypeScript definitions for node-fetch", | ||
@@ -81,4 +81,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-fetch", | ||
}, | ||
"typesPublisherContentHash": "f539217db3abcaeb4bea994aff274ddc22cfba7cf3758c120545a305f7437942", | ||
"typeScriptVersion": "4.0" | ||
"typesPublisherContentHash": "e1a69a7824613c58f845f6ae006edeb89add0e29c8ab4f75627b67dcd35f045d", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 15 Jun 2022 20:31:35 GMT | ||
* Last updated: Tue, 16 May 2023 01:03:00 GMT | ||
* Dependencies: [@types/form-data](https://npmjs.com/package/@types/form-data), [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -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
12171
217