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.7.6 to 0.7.7

22

lib-js/understream.js

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

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