understream
Advanced tools
Comparing version 0.6.0 to 0.7.0
@@ -6,3 +6,3 @@ // Generated by CoffeeScript 1.6.3 | ||
Readable = require('readable-stream'); | ||
Readable = require('stream').Readable; | ||
@@ -9,0 +9,0 @@ _ = require('underscore'); |
@@ -7,3 +7,3 @@ // Generated by CoffeeScript 1.6.3 | ||
Transform = require('readable-stream').Transform; | ||
Transform = require('stream').Transform; | ||
@@ -10,0 +10,0 @@ _ = require('underscore'); |
@@ -6,3 +6,3 @@ // Generated by CoffeeScript 1.6.3 | ||
Transform = require('readable-stream').Transform; | ||
Transform = require('stream').Transform; | ||
@@ -9,0 +9,0 @@ _ = require('underscore'); |
@@ -7,3 +7,3 @@ // Generated by CoffeeScript 1.6.3 | ||
Transform = require('readable-stream').Transform; | ||
Transform = require('stream').Transform; | ||
@@ -10,0 +10,0 @@ _ = require('underscore'); |
@@ -7,3 +7,3 @@ // Generated by CoffeeScript 1.6.3 | ||
Transform = require('readable-stream').Transform; | ||
Transform = require('stream').Transform; | ||
@@ -10,0 +10,0 @@ _ = require('underscore'); |
@@ -7,3 +7,3 @@ // Generated by CoffeeScript 1.6.3 | ||
Transform = require('readable-stream').Transform; | ||
Transform = require('stream').Transform; | ||
@@ -10,0 +10,0 @@ _ = require('underscore'); |
@@ -7,3 +7,3 @@ // Generated by CoffeeScript 1.6.3 | ||
Transform = require('readable-stream').Transform; | ||
Transform = require('stream').Transform; | ||
@@ -10,0 +10,0 @@ _ = require('underscore'); |
// Generated by CoffeeScript 1.6.3 | ||
var HashAccumulator, HashJoin, Join, Readable, SortedMergeJoin, Transform, Writable, debug, hash_fn, nextTick, util, _, | ||
var HashAccumulator, HashJoin, Join, Readable, SortedMergeJoin, Transform, Writable, debug, hash_fn, nextTick, util, _, _ref, | ||
__bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; }, | ||
@@ -7,8 +7,4 @@ __hasProp = {}.hasOwnProperty, | ||
Readable = require('readable-stream'); | ||
_ref = require('stream'), Readable = _ref.Readable, Writable = _ref.Writable, Transform = _ref.Transform; | ||
Writable = require('readable-stream/writable'); | ||
Transform = require('readable-stream').Transform; | ||
_ = require('underscore'); | ||
@@ -202,8 +198,8 @@ | ||
function Join(stream_opts, options) { | ||
var required, _i, _len, _ref; | ||
var required, _i, _len, _ref1; | ||
this.stream_opts = stream_opts; | ||
this.options = options; | ||
_ref = ['from', 'on']; | ||
for (_i = 0, _len = _ref.length; _i < _len; _i++) { | ||
required = _ref[_i]; | ||
_ref1 = ['from', 'on']; | ||
for (_i = 0, _len = _ref1.length; _i < _len; _i++) { | ||
required = _ref1[_i]; | ||
if (!this.options[required]) { | ||
@@ -210,0 +206,0 @@ throw new Error("Join requires a '" + required + "' argument"); |
@@ -7,3 +7,3 @@ // Generated by CoffeeScript 1.6.3 | ||
Transform = require('readable-stream').Transform; | ||
Transform = require('stream').Transform; | ||
@@ -10,0 +10,0 @@ _ = require('underscore'); |
@@ -7,3 +7,3 @@ // Generated by CoffeeScript 1.6.3 | ||
Transform = require('readable-stream').Transform; | ||
Transform = require('stream').Transform; | ||
@@ -10,0 +10,0 @@ _ = require('underscore'); |
@@ -7,3 +7,3 @@ // Generated by CoffeeScript 1.6.3 | ||
Transform = require('readable-stream').Transform; | ||
Transform = require('stream').Transform; | ||
@@ -10,0 +10,0 @@ _ = require('underscore'); |
@@ -7,3 +7,3 @@ // Generated by CoffeeScript 1.6.3 | ||
Transform = require('readable-stream').Transform; | ||
Transform = require('stream').Transform; | ||
@@ -10,0 +10,0 @@ _ = require('underscore'); |
@@ -11,3 +11,3 @@ // Generated by CoffeeScript 1.6.3 | ||
Transform = require('readable-stream/transform'); | ||
Transform = require('stream').Transform; | ||
@@ -14,0 +14,0 @@ Split = (function(_super) { |
@@ -7,3 +7,3 @@ // Generated by CoffeeScript 1.6.3 | ||
Transform = require('readable-stream').Transform; | ||
Transform = require('stream').Transform; | ||
@@ -10,0 +10,0 @@ _ = require('underscore'); |
@@ -7,3 +7,3 @@ // Generated by CoffeeScript 1.6.3 | ||
Transform = require('readable-stream').Transform; | ||
Transform = require('stream').Transform; | ||
@@ -10,0 +10,0 @@ _ = require('underscore'); |
@@ -8,2 +8,6 @@ // Generated by CoffeeScript 1.6.3 | ||
_ref = require('stream'), Readable = _ref.Readable, Writable = _ref.Writable, PassThrough = _ref.PassThrough; | ||
fs = require('fs'); | ||
_ = require('underscore'); | ||
@@ -15,8 +19,4 @@ | ||
fs = require('fs'); | ||
EventEmitter = require('events').EventEmitter; | ||
_ref = require('readable-stream'), PassThrough = _ref.PassThrough, Readable = _ref.Readable, Writable = _ref.Writable; | ||
is_readable = function(instance) { | ||
@@ -23,0 +23,0 @@ return (instance != null) && _.isObject(instance) && instance instanceof EventEmitter && (instance.pipe != null); |
{ | ||
"name": "understream", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "stream helpers", | ||
"engines": { | ||
"node": ">=0.8.x" | ||
"node": ">=0.10.x" | ||
}, | ||
@@ -22,4 +22,3 @@ "main": "index.js", | ||
"underscore": "~1.5.2", | ||
"async": "~0.2.5", | ||
"readable-stream": "~1.0.2" | ||
"async": "~0.2.5" | ||
}, | ||
@@ -26,0 +25,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
90241
3
69
1038
6
- Removedreadable-stream@~1.0.2
- Removedcore-util-is@1.0.3(transitive)
- Removedinherits@2.0.4(transitive)
- Removedisarray@0.0.1(transitive)
- Removedreadable-stream@1.0.34(transitive)
- Removedstring_decoder@0.10.31(transitive)