understream
Advanced tools
Comparing version 0.7.6 to 0.7.7
@@ -110,3 +110,3 @@ // Generated by CoffeeScript 1.6.3 | ||
Understream = (function() { | ||
module.exports = Understream = (function() { | ||
function Understream(head) { | ||
@@ -264,2 +264,11 @@ this.pipe = __bind(this.pipe, this); | ||
Understream.exports = function() { | ||
var _this = this; | ||
return { | ||
stream: function(head) { | ||
return new _this(head); | ||
} | ||
}; | ||
}; | ||
return Understream; | ||
@@ -279,12 +288,1 @@ | ||
}).flatten(true).object().value()); | ||
module.exports = { | ||
exports: function() { | ||
return { | ||
stream: function(head) { | ||
return new Understream(head); | ||
} | ||
}; | ||
}, | ||
mixin: Understream.mixin.bind(Understream) | ||
}; |
{ | ||
"name": "understream", | ||
"version": "0.7.6", | ||
"version": "0.7.7", | ||
"description": "stream helpers", | ||
@@ -5,0 +5,0 @@ "engines": { |
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
102301
1126