@form-create/utils
Advanced tools
Comparing version 3.1.29 to 3.1.30
@@ -14,3 +14,3 @@ import deepExtend from './deepextend'; | ||
export function toJson(obj, space) { | ||
return JSON.stringify(deepExtend([], obj, true), function (key, val) { | ||
return JSON.stringify(deepExtend(Array.isArray(obj) ? [] : {}, obj, true), function (key, val) { | ||
if (val && val._isVue === true) | ||
@@ -17,0 +17,0 @@ return undefined; |
{ | ||
"name": "@form-create/utils", | ||
"version": "3.1.29", | ||
"version": "3.1.30", | ||
"description": "", | ||
@@ -31,3 +31,3 @@ "main": "./lib/index.js", | ||
}, | ||
"gitHead": "7771b8ddf4b2d222b3084fcfe89c6a8331f2f3a0" | ||
"gitHead": "fc82d90c58cf0fc00d90b40808e0977af46b19aa" | ||
} |
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
16265