@types/readable-stream
Advanced tools
Comparing version 4.0.9 to 4.0.10
@@ -537,3 +537,3 @@ /// <reference types="node" /> | ||
): void; | ||
destroy?(this: _IWritable, error: Error | null, callback: (error: Error | null) => void): void; | ||
destroy?(this: _IWritable, error: Error | null, callback: (error?: Error | null) => void): void; | ||
final?(this: _IWritable, callback: (error?: Error | null) => void): void; | ||
@@ -540,0 +540,0 @@ }; |
{ | ||
"name": "@types/readable-stream", | ||
"version": "4.0.9", | ||
"version": "4.0.10", | ||
"description": "TypeScript definitions for readable-stream", | ||
@@ -31,4 +31,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/readable-stream", | ||
}, | ||
"typesPublisherContentHash": "523c3c2b9d0c39831d3c4619088f1478d7780c84dd4159873a1efc2e408bf982", | ||
"typeScriptVersion": "4.5" | ||
"typesPublisherContentHash": "894963542793beab843aa466b2a08edb9b44502193b3e516aa5387f36446739d", | ||
"typeScriptVersion": "4.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 22 Nov 2023 00:24:48 GMT | ||
* Last updated: Thu, 07 Dec 2023 07:07:09 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node), [safe-buffer](https://npmjs.com/package/safe-buffer) | ||
@@ -14,0 +14,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
30983