promise-readable
Advanced tools
Comparing version 1.0.0 to 1.1.0
# Changelog | ||
## v1.1.0 2017-10-01 | ||
* Typescript: stream is `TReadable extends NodeJS.ReadableStream` | ||
## v1.0.0 2017-09-28 | ||
@@ -4,0 +8,0 @@ |
@@ -1,5 +0,5 @@ | ||
export declare class PromiseReadable { | ||
readonly stream: NodeJS.ReadableStream | ||
export declare class PromiseReadable<TReadable extends NodeJS.ReadableStream> { | ||
readonly stream: TReadable | ||
constructor (stream: NodeJS.ReadableStream) | ||
constructor (stream: TReadable) | ||
@@ -6,0 +6,0 @@ read (size?: number): Promise<Buffer | undefined> |
{ | ||
"name": "promise-readable", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Return promise for readable stream", | ||
@@ -35,3 +35,3 @@ "main": "lib/promise-readable.js", | ||
"tap": "^10.7.2", | ||
"tap-given": "^0.5.1" | ||
"tap-given": "^0.6.0" | ||
}, | ||
@@ -38,0 +38,0 @@ "scripts": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
12805
0