Socket
Socket
Sign inDemoInstall

underscore.deep

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

underscore.deep - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

test/deepExtend.coffee

4

package.json
{
"name": "underscore.deep",
"version": "0.0.4",
"version": "0.0.5",
"description": "Underscore mixins for deeply nested objects",

@@ -9,3 +9,3 @@ "main": "underscore.deep.js",

},
"repository": "git://github.com/Clever/underscore-deep.git",
"repository": "https://github.com/Clever/underscore.deep",
"scripts": {

@@ -12,0 +12,0 @@ "prepublish": "make",

@@ -83,3 +83,3 @@ // Generated by CoffeeScript 1.6.3

isPlainObject: isPlainObject = function(value) {
return value.constructor === {}.constructor;
return (value != null ? value.constructor : void 0) === {}.constructor;
},

@@ -86,0 +86,0 @@ deepToFlat: function(obj) {

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