Comparing version 2.14.2 to 2.14.3
@@ -632,3 +632,3 @@ const { EventEmitter } = require('events') | ||
if (opts.read) this._read = opts.read | ||
if (opts.eagerOpen) this.resume().pause() | ||
if (opts.eagerOpen) this._readableState.updateNextTick() | ||
} | ||
@@ -793,2 +793,3 @@ } | ||
if (opts.final) this._final = opts.final | ||
if (opts.eagerOpen) this._writableState.updateNextTick() | ||
} | ||
@@ -795,0 +796,0 @@ } |
{ | ||
"name": "streamx", | ||
"version": "2.14.2", | ||
"version": "2.14.3", | ||
"description": "An iteration of the Node.js core streams with a series of improvements", | ||
@@ -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
46384
847