smart-setter
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -61,2 +61,10 @@ 'use strict'; | ||
case '_apply': | ||
var fn = config.get(source, key); | ||
var y1 = fn(acc); | ||
return { | ||
v: y1 | ||
}; | ||
break; | ||
case '_insert': | ||
@@ -63,0 +71,0 @@ var newEle = config.get(source, key); |
{ | ||
"name": "smart-setter", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"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
7787
132