Socket
Socket
Sign inDemoInstall

map-obj

Package Overview
Dependencies
0
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.0 to 4.2.1

5

index.js

@@ -36,2 +36,7 @@ 'use strict';

// Drop `__proto__` keys.
if (newKey === '__proto__') {
continue;
}
if (options.deep && shouldRecurse && isObjectCustom(newValue)) {

@@ -38,0 +43,0 @@ newValue = Array.isArray(newValue) ?

2

package.json
{
"name": "map-obj",
"version": "4.2.0",
"version": "4.2.1",
"description": "Map object keys and values into a new object",

@@ -5,0 +5,0 @@ "license": "MIT",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc