@depay/local-currency
Advanced tools
Comparing version 3.5.2 to 3.5.3
@@ -448,3 +448,3 @@ var timezoneToCurrency = { | ||
let currency = new Currency({ amount, code, timeZone }); | ||
let rate = await fetch('https://public.depay.fi/currencies/' + currency.code) | ||
let rate = await fetch('https://public.depay.com/currencies/' + currency.code) | ||
.then((response) => response.json()) | ||
@@ -451,0 +451,0 @@ .then((data) => parseFloat(data)) |
@@ -454,3 +454,3 @@ (function (global, factory) { | ||
let currency = new Currency({ amount, code, timeZone }); | ||
let rate = await fetch('https://public.depay.fi/currencies/' + currency.code) | ||
let rate = await fetch('https://public.depay.com/currencies/' + currency.code) | ||
.then((response) => response.json()) | ||
@@ -457,0 +457,0 @@ .then((data) => parseFloat(data)) |
{ | ||
"name": "@depay/local-currency", | ||
"moduleName": "LocalCurrency", | ||
"version": "3.5.2", | ||
"version": "3.5.3", | ||
"description": "JavaScript library that detects user's local currency and provides functionalities to convert between multiple currencies.", | ||
@@ -27,3 +27,3 @@ "main": "dist/umd/index.js", | ||
], | ||
"author": "depay.fi", | ||
"author": "depay.com", | ||
"license": "MIT", | ||
@@ -30,0 +30,0 @@ "bugs": { |
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
33005