@form-create/utils
Advanced tools
Comparing version 2.5.6 to 2.5.7
@@ -5,3 +5,6 @@ export default function deepSet(data, idx, val) { | ||
if (to) { | ||
_data = _data[to] || {}; | ||
if(!_data[to]) { | ||
_data[to] = {} | ||
} | ||
_data = _data[to]; | ||
} | ||
@@ -8,0 +11,0 @@ to = v; |
@@ -16,3 +16,3 @@ const is = { | ||
['Date', 'Object', 'Function', 'String', 'Boolean', ' Array', 'Number'].forEach(t => { | ||
['Date', 'Object', 'Function', 'String', 'Boolean', 'Array', 'Number'].forEach(t => { | ||
is[t] = function (arg) { | ||
@@ -19,0 +19,0 @@ return is.type(arg, t); |
{ | ||
"name": "@form-create/utils", | ||
"version": "2.5.6", | ||
"version": "2.5.7", | ||
"description": "", | ||
@@ -31,3 +31,3 @@ "main": "./lib/index.js", | ||
}, | ||
"gitHead": "e805222975cd2502f59b42b310342f9c59f6d70d" | ||
"gitHead": "0cb3f47570480db294d6356ac7ab356768673bd2" | ||
} |
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
12860
275