@types/readable-stream
Advanced tools
Comparing version 2.3.12 to 2.3.13
@@ -51,3 +51,3 @@ // Type definitions for readable-stream 2.3 | ||
_destroy(error: Error | null, callback: (error?: Error | null) => void): void; | ||
destroy(error?: Error): void; | ||
destroy(error?: Error): this; | ||
} | ||
@@ -71,3 +71,3 @@ | ||
_destroy(error: Error | null, callback: (error?: Error | null) => void): void; | ||
destroy(error?: Error): void; | ||
destroy(error?: Error): this; | ||
@@ -402,5 +402,5 @@ /** | ||
write(chunk: any, encoding?: string, cb?: (error: Error | null | undefined) => void): boolean; | ||
end(cb?: () => void): void; | ||
end(data: string | Uint8Array, cb?: () => void): void; | ||
end(str: string, encoding?: BufferEncoding, cb?: () => void): void; | ||
end(cb?: () => void): this; | ||
end(data: string | Uint8Array, cb?: () => void): this; | ||
end(str: string, encoding?: BufferEncoding, cb?: () => void): this; | ||
} | ||
@@ -420,8 +420,8 @@ | ||
setDefaultEncoding(encoding: string): this; | ||
end(cb?: () => void): void; | ||
end(chunk: any, cb?: () => void): void; | ||
end(chunk: any, encoding?: string, cb?: () => void): void; | ||
end(cb?: () => void): this; | ||
end(chunk: any, cb?: () => void): this; | ||
end(chunk: any, encoding?: string, cb?: () => void): this; | ||
cork(): void; | ||
uncork(): void; | ||
destroy(error?: Error): void; | ||
destroy(error?: Error): this; | ||
@@ -428,0 +428,0 @@ /** |
{ | ||
"name": "@types/readable-stream", | ||
"version": "2.3.12", | ||
"version": "2.3.13", | ||
"description": "TypeScript definitions for readable-stream", | ||
@@ -31,4 +31,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/readable-stream", | ||
}, | ||
"typesPublisherContentHash": "fc0513f77fedd1e5f2d5b4694813c41a74383bba911c782ba393ade457cc8737", | ||
"typesPublisherContentHash": "a7cfd4089bcba14970e9c8d9bee3d4f9e0a0a1d561043bc15c2dbe440bf78478", | ||
"typeScriptVersion": "3.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 19 Nov 2021 09:31:12 GMT | ||
* Last updated: Sat, 01 Jan 2022 14:01:38 GMT | ||
* Dependencies: [@types/safe-buffer](https://npmjs.com/package/@types/safe-buffer), [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: `_Readable` |
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