@depay/local-currency
Advanced tools
Comparing version 3.8.1 to 3.8.2
@@ -466,2 +466,3 @@ var timezoneToCurrency = { | ||
let cachedValue = Currency.getCachedValue(cacheKey); | ||
let rate; | ||
if(cachedValue) { | ||
@@ -468,0 +469,0 @@ rate = cachedValue; |
@@ -472,2 +472,3 @@ (function (global, factory) { | ||
let cachedValue = Currency.getCachedValue(cacheKey); | ||
let rate; | ||
if(cachedValue) { | ||
@@ -474,0 +475,0 @@ rate = cachedValue; |
{ | ||
"name": "@depay/local-currency", | ||
"moduleName": "LocalCurrency", | ||
"version": "3.8.1", | ||
"version": "3.8.2", | ||
"description": "JavaScript library that detects user's local currency and provides functionalities to convert between multiple currencies.", | ||
@@ -6,0 +6,0 @@ "main": "dist/umd/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
36170
1025