event-stream
Advanced tools
Comparing version 0.8.1 to 0.8.2
@@ -172,4 +172,3 @@ //filter will reemit the data if cb(err,pass) pass is truthy | ||
if(inputs == outputs) { | ||
if(paused) stream.emit('drain') //written all the incoming events | ||
paused = false | ||
if(paused) paused = false, stream.emit('drain') //written all the incoming events | ||
if(ended) | ||
@@ -176,0 +175,0 @@ stream.end() |
{ "name": "event-stream" | ||
, "version": "0.8.1" | ||
, "version": "0.8.2" | ||
, "description": "construct pipes of streams of events" | ||
@@ -12,7 +12,8 @@ , "homepage": "http://github.com/dominictarr/event-stream" | ||
, "devDependencies": { | ||
"asynct": "1", | ||
"asynct": "*", | ||
"it-is": "1", | ||
"d-utils":"2.3" | ||
"ubelt":"~2.9" | ||
} | ||
, "scripts": {"test": "asynct test/"} | ||
, "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://bit.ly/dominictarr)" | ||
} |
Sorry, the diff of this file is not supported yet
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
40157
15
1023
359
2