Comparing version 3.4.5 to 3.4.6
@@ -162,2 +162,3 @@ var stream = require('readable-stream') | ||
while ((data = shift(this._readable2)) !== null) { | ||
if (this.destroyed) continue | ||
this._drained = this.push(data) | ||
@@ -164,0 +165,0 @@ } |
{ | ||
"name": "duplexify", | ||
"version": "3.4.5", | ||
"description": "Turn a writeable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input", | ||
"version": "3.4.6", | ||
"description": "Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "dependencies": { |
@@ -6,3 +6,3 @@ # duplexify | ||
Similar to [duplexer2](https://github.com/deoxxa/duplexer2) except it supports both streams2 and streams1 as input | ||
and it allows you to set the readable and writable part asynchroniously using `setReadable(stream)` and `setWritable(stream)` | ||
and it allows you to set the readable and writable part asynchronously using `setReadable(stream)` and `setWritable(stream)` | ||
@@ -31,3 +31,3 @@ ``` | ||
You can also set the readable and writable parts asynchroniously | ||
You can also set the readable and writable parts asynchronously | ||
@@ -34,0 +34,0 @@ ``` js |
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
16816
431