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.9.2 to 0.9.3

7

index.js

@@ -543,3 +543,6 @@ //filter will reemit the data if cb(err,pass) pass is truthy

es.pipeable = function () {
var opts = require('optimist').argv
if(process.title != 'node')
return console.error('cannot use es.pipeable in the browser')
//(require) inside brackets to fool browserify, because this does not make sense in the browser.
var opts = (require)('optimist').argv
var args = [].slice.call(arguments)

@@ -581,3 +584,3 @@

var protocol = require(opts.protocol)
var protocol = (require)(opts.protocol)

@@ -584,0 +587,0 @@ var server = protocol.createServer(function (instream, outstream) {

{ "name": "event-stream"
, "version": "0.9.2"
, "version": "0.9.3"
, "description": "construct pipes of streams of events"

@@ -4,0 +4,0 @@ , "homepage": "http://github.com/dominictarr/event-stream"

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