Socket
Socket
Sign inDemoInstall

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.10.9 to 0.10.10

8

lib-js/understream.js

@@ -14,2 +14,4 @@ // Generated by CoffeeScript 1.6.3

_.mixin(require('underscore.deep'));
debug = require('debug')('us:');

@@ -28,8 +30,2 @@

_.mixin({
isPlainObject: function(obj) {
return obj.constructor === {}.constructor;
}
});
domainify = function(stream) {

@@ -36,0 +32,0 @@ var dmn;

{
"name": "understream",
"version": "0.10.9",
"version": "0.10.10",
"description": "stream helpers",

@@ -20,5 +20,6 @@ "engines": {

"dependencies": {
"async": "~0.2.5",
"debug": "~0.7.2",
"underscore": "~1.5.2",
"async": "~0.2.5"
"underscore.deep": "^0.5.1"
},

@@ -25,0 +26,0 @@ "devDependencies": {

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