Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

event-stream

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

event-stream - npm Package Compare versions

Comparing version 0.8.1 to 0.8.2

.travis.yml

3

index.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc