Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

map-obj

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

map-obj - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

4

index.js

@@ -64,3 +64,7 @@ const isObject = value => typeof value === 'object' && value !== null;

if (Array.isArray(object)) {
throw new TypeError('Expected an object, got an array');
}
return _mapObject(object, mapper, options);
}

2

package.json
{
"name": "map-obj",
"version": "5.0.0",
"version": "5.0.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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc