Socket
Socket
Sign inDemoInstall

deep-map

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deep-map - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

4

lib/deep-map.js

@@ -33,3 +33,5 @@ "use strict";

for (var key in obj) {
result[key] = map(obj[key], fn, opts, key);
if (obj.hasOwnProperty(key)) {
result[key] = map(obj[key], fn, opts, key);
}
}

@@ -36,0 +38,0 @@ return result;

{
"name": "deep-map",
"version": "1.3.1",
"version": "1.3.2",
"description": "Transforms nested values of complex objects",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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