smart-setter
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -50,3 +50,3 @@ 'use strict'; | ||
if (!config.isObjectOrMap(source)) return source; | ||
//if (target === null || target === undefined) return source | ||
if (target === null || target === undefined) return source; | ||
return config.getKeys(source).reduce(function (acc, key) { | ||
@@ -53,0 +53,0 @@ var _ret = function () { |
{ | ||
"name": "smart-setter", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7319