@types/readable-stream
Advanced tools
Comparing version 2.3.1 to 2.3.2
@@ -64,2 +64,7 @@ // Type definitions for readable-stream 2.3 | ||
class Duplex extends Writable implements /*extends*/_Readable, stream.Duplex { | ||
/** | ||
* This is a dummy function required to retain type compatibility to node. | ||
* @deprecated DO NOT USE | ||
*/ | ||
static from(source: any): any; | ||
allowHalfOpen: boolean; | ||
@@ -66,0 +71,0 @@ destroyed: boolean; |
{ | ||
"name": "@types/readable-stream", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"description": "TypeScript definitions for readable-stream", | ||
@@ -25,4 +25,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "268ccb635f8613df67c857554a16e768f63e5e58fd748404ed60f7aba9ffea43", | ||
"typesPublisherContentHash": "ef45bdbde914efd5bbee8a29c1dcf1b291f39bf5235fc333150beda0f3a8108f", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for readable-stream ( https://github.com/nodejs/readable-stream ). | ||
This package contains type definitions for readable-stream (https://github.com/nodejs/readable-stream). | ||
@@ -12,3 +12,3 @@ # Details | ||
Additional Details | ||
* Last updated: Wed, 27 Feb 2019 21:32:08 GMT | ||
* Last updated: Mon, 08 Jul 2019 16:48:00 GMT | ||
* Dependencies: @types/safe-buffer, @types/node | ||
@@ -15,0 +15,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
12066
233