Socket
Socket
Sign inDemoInstall

underscore.deep

Package Overview
Dependencies
1
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.5 to 0.1.0

2

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

@@ -5,0 +5,0 @@ "main": "underscore.deep.js",

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

val = obj[key];
if (_.isObject(val) && !_.isArray(val)) {
if (_.isObject(val) && !_.isArray(val) && !_.isEmpty(val)) {
keys = _.union(keys, deepKeys(val, "" + prefix + key + "."));

@@ -18,0 +18,0 @@ } else {

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc