Comparing version 3.5.2 to 3.5.3
@@ -186,3 +186,3 @@ var stream = require('readable-stream') | ||
if (err.message !== 'premature close') return this.destroy(err) | ||
this._forwardError = true | ||
this._preferError = true | ||
this.destroy(null) | ||
@@ -189,0 +189,0 @@ } |
{ | ||
"name": "duplexify", | ||
"version": "3.5.2", | ||
"version": "3.5.3", | ||
"description": "Turn a writable 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
17121