@emurgo/yoroi-lib-core
Advanced tools
Comparing version 0.8.2-alpha.44 to 0.8.3-alpha.45
@@ -55,3 +55,3 @@ "use strict"; | ||
} | ||
else if (parseInt(addr, 16).toString(16).toLocaleLowerCase() === addr.toLocaleLowerCase()) { | ||
else if (/^[0-9a-f]+$/i.test(addr.toLowerCase())) { | ||
hex = addr; | ||
@@ -58,0 +58,0 @@ } |
{ | ||
"name": "@emurgo/yoroi-lib-core", | ||
"version": "0.8.2-alpha.44", | ||
"version": "0.8.3-alpha.45", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/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
291135