Comparing version 1.5.2 to 1.5.3
@@ -100,2 +100,3 @@ var eos = require('end-of-stream') | ||
var self = this | ||
var overriding = !!this._writable | ||
var unend = eos(writable, {writable:true, readable:false}, this._onclose) | ||
@@ -117,3 +118,3 @@ | ||
this._writableClear = clear | ||
if (self._ondrain) process.nextTick(ondrain) // force a drain too avoid livelocks | ||
if (overriding) process.nextTick(ondrain) // force a drain too avoid livelocks | ||
@@ -120,0 +121,0 @@ if (this._writeArguments) this._write.apply(this, this._writeArguments) |
{ | ||
"name": "duplexify", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"description": "Turn a writeable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input", | ||
@@ -5,0 +5,0 @@ "main": "index.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
12956
349