@ribajs/core
Advanced tools
Comparing version 0.16.3 to 0.16.4
{ | ||
"name": "@ribajs/core", | ||
"description": "Core module of Riba.js", | ||
"version": "0.16.3", | ||
"version": "0.16.4", | ||
"author": "Pascal Garber <pascal@jumplink.eu>", | ||
@@ -6,0 +6,0 @@ "private": false, |
@@ -113,2 +113,6 @@ /** | ||
value = Number(attr); | ||
// If number is too large store the value as string | ||
if (value >= Number.MAX_SAFE_INTEGER) { | ||
value = attr; | ||
} | ||
} else if (isJson(attr)) { | ||
@@ -115,0 +119,0 @@ value = JSON.parse(attr as any); |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
258968
6994
0
98
0
1
0
11