Comparing version 3.3.2 to 3.3.3
'use strict'; | ||
var es = require('event-stream') | ||
var through = require('through') | ||
, extend = require('xtend') | ||
@@ -20,3 +20,3 @@ , serializer = require('stream-serializer') | ||
var streams = {}, streamCount = 0 | ||
var md = es.through(function (data) { | ||
var md = through(function (data) { | ||
var id = data.shift() | ||
@@ -81,3 +81,3 @@ var event = data[0] | ||
streamCount ++ | ||
var s = es.through(function (data) { | ||
var s = through(function (data) { | ||
if(!this.writable) | ||
@@ -84,0 +84,0 @@ return outer.emit("error", Error('stream is not writable: ' + id)) |
{ | ||
"name": "mux-demux", | ||
"version": "3.3.2", | ||
"version": "3.3.3", | ||
"description": "", | ||
@@ -11,5 +11,5 @@ "homepage": "http://github.com/dominictarr/mux-demux", | ||
"dependencies": { | ||
"event-stream": "~3.0", | ||
"xtend": "~1.0.3", | ||
"stream-serializer": "0.0.0" | ||
"stream-serializer": "0.0.1", | ||
"through": "~1.1.0" | ||
}, | ||
@@ -21,3 +21,4 @@ "scripts": { | ||
"assertions": "2.3", | ||
"tap": "~0.3.0" | ||
"tap": "~0.3.0", | ||
"event-stream": "~0.3.7" | ||
}, | ||
@@ -24,0 +25,0 @@ "author": "Dominic Tarr <dominic.tarr@gmail.com> (dominictarr.com)", |
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
24422
0
3
+ Addedthrough@~1.1.0
+ Addedstream-serializer@0.0.1(transitive)
+ Addedthrough@1.1.2(transitive)
- Removedevent-stream@~3.0
- Removedduplexer@0.1.2(transitive)
- Removedevent-stream@3.0.20(transitive)
- Removedfrom@0.1.7(transitive)
- Removedmap-stream@0.0.7(transitive)
- Removedpause-stream@0.0.11(transitive)
- Removedsplit@0.2.10(transitive)
- Removedstream-combiner@0.0.4(transitive)
- Removedstream-serializer@0.0.0(transitive)
- Removedthrough@2.3.8(transitive)
Updatedstream-serializer@0.0.1