smart-setter
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -50,2 +50,3 @@ 'use strict'; | ||
if (!config.isObjectOrMap(source)) return source; | ||
//if (target === null || target === undefined) return source | ||
return config.getKeys(source).reduce(function (acc, key) { | ||
@@ -52,0 +53,0 @@ var _ret = function () { |
{ | ||
"name": "smart-setter", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "create new object based on old object and set of modifications that can be applied at selective depths", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
7320
5
117