Socket
Socket
Sign inDemoInstall

underscore.deep

Package Overview
Dependencies
Maintainers
5
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.5.0 to 0.5.1

2

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

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

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

if (key_arr.length === 1) {
return obj[_.first(key_arr)];
return obj != null ? obj[_.first(key_arr)] : void 0;
} else {

@@ -92,0 +92,0 @@ return helper(obj[_.first(key_arr)], _.rest(key_arr));

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