Comparing version 3.3.0 to 3.4.0
@@ -159,3 +159,5 @@ var stream = require('readable-stream') | ||
var data | ||
while ((data = this._readable2.read()) !== null) { | ||
var state = this._readable2._readableState | ||
while ((data = this._readable2.read(state.buffer.length ? state.buffer[0].length : state.length)) !== null) { | ||
this._drained = this.push(data) | ||
@@ -162,0 +164,0 @@ } |
{ | ||
"name": "duplexify", | ||
"version": "3.3.0", | ||
"version": "3.4.0", | ||
"description": "Turn a writeable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input", | ||
@@ -8,3 +8,3 @@ "main": "index.js", | ||
"end-of-stream": "1.0.0", | ||
"readable-stream": "^1.0.27-1" | ||
"readable-stream": "^1.1.13" | ||
}, | ||
@@ -11,0 +11,0 @@ "devDependencies": { |
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
15626
395
Updatedreadable-stream@^1.1.13