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

understream

Package Overview
Dependencies
Maintainers
3
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

understream - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

lib-js/transforms/file.js

2

lib-js/readables/file.js

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

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