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.3 to 0.0.4

2

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

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

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

}
return _.mapValues(object, deepClone);
return mapValues(object, deepClone);
},

@@ -128,4 +128,4 @@ deepHas: function(obj, keys) {

deepMapValues: deepMapValues = function(obj, f) {
if (_.isPlainObject(obj)) {
return _.mapValues(obj, function(v) {
if (isPlainObject(obj)) {
return mapValues(obj, function(v) {
return deepMapValues(v, f);

@@ -132,0 +132,0 @@ });

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