Socket
Socket
Sign inDemoInstall

underscore.deep

Package Overview
Dependencies
1
Maintainers
6
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.2 to 0.5.3

2

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

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

@@ -169,2 +169,5 @@ // Generated by CoffeeScript 1.6.3

part = parts.shift();
if (part === "__proto__" || part === "constructor" || part === "prototype") {
continue;
}
t = t[part] = t[part] || {};

@@ -171,0 +174,0 @@ }

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