Comparing version 2.6.5 to 2.6.6
@@ -242,3 +242,3 @@ const { EventEmitter } = require('events') | ||
this.stream.emit('piping', pipeTo) | ||
pipeTo.emit('pipe') | ||
pipeTo.emit('pipe', this.stream) | ||
} | ||
@@ -245,0 +245,0 @@ |
{ | ||
"name": "streamx", | ||
"version": "2.6.5", | ||
"version": "2.6.6", | ||
"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
52357