@webank/fes-core
Advanced tools
Comparing version 0.4.6 to 0.4.7
{ | ||
"name": "@webank/fes-core", | ||
"version": "0.4.6", | ||
"version": "0.4.7", | ||
"description": "一个好用的前端管理台快速开发框架", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -146,3 +146,3 @@ /** | ||
// eslint-disable-next-line no-undefined | ||
return (result === undefined || result === null) || {}; | ||
return (result === undefined || result === null) ? {} : result; | ||
}; | ||
@@ -149,0 +149,0 @@ |
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
76414