@fileverse-dev/formulajs 4.4.21-price-and-wallet-4 → 4.4.21-price-and-wallet-5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/browser/formula.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* @fileverse-dev/formulajs v4.4.21-price-and-wallet-
|
|
1
|
+
/* @fileverse-dev/formulajs v4.4.21-price-and-wallet-5 */
|
|
2
2
|
var _excluded = [ "confirmations", "dataDecoded" ];
|
|
3
3
|
|
|
4
4
|
function _objectWithoutProperties(e, t) {
|
|
@@ -19106,11 +19106,12 @@ function _typeof(o) {
|
|
|
19106
19106
|
url += "&time=".concat(encodeURIComponent(input3));
|
|
19107
19107
|
}
|
|
19108
19108
|
} else {
|
|
19109
|
-
coin = input1;
|
|
19109
|
+
coin = input1.replace(/\s+/g, "");
|
|
19110
19110
|
url += "&coin=".concat(encodeURIComponent(coin));
|
|
19111
19111
|
if (input2) {
|
|
19112
19112
|
url += "&time=".concat(encodeURIComponent(input2));
|
|
19113
|
-
|
|
19113
|
+
url += "&coin=".concat(encodeURIComponent(coin));
|
|
19114
|
+
} else if (coin.split(",") === 1) {
|
|
19114
19115
|
returnSingleValue = true;
|
|
19115
19116
|
}
|
|
19116
19117
|
}
|