xumm-string-decode
Advanced tools
Comparing version 0.4.10 to 0.4.11
@@ -6,3 +6,3 @@ "use strict"; | ||
let value = undefined; | ||
for (const s in find) { | ||
for (let s in find) { | ||
if (url.get(find[s]) !== null) { | ||
@@ -9,0 +9,0 @@ value = cast(url.get(find[s])); |
{ | ||
"name": "xumm-string-decode", | ||
"version": "0.4.10", | ||
"version": "0.4.11", | ||
"license": "ISC", | ||
@@ -5,0 +5,0 @@ "description": "JS/TS lib to decode strings for the xrpl-labs.com XUMM app", |
Sorry, the diff of this file is too big to display
157456