You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
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

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",