New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

map-factory

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

map-factory - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

8

CHANGELOG.md

@@ -0,1 +1,9 @@

### 2.0.3
Removed some debugging code that was accidentally left in.
### 2.0.2
Made the babel output ES5 to allow use in the browser.
### 2.0.1

@@ -2,0 +10,0 @@

2

dist/lib/object-mapper/set-key-value.js

@@ -143,3 +143,3 @@ 'use strict';

if (Array.isArray(destinationObject[key]) === false) {
console.log("second one");
// console.log("second one");
destinationObject[key] = [];

@@ -146,0 +146,0 @@ }

{
"name": "map-factory",
"version": "2.0.2",
"version": "2.0.3",
"description": "A simple object mapping utility that makes it easy to map data from one object to another. Create object mappers using fluent interface that supports deep references (dot notation), custom transformations, and object merging.",

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

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