Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@depay/local-currency

Package Overview
Dependencies
Maintainers
0
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@depay/local-currency - npm Package Compare versions

Comparing version 3.8.1 to 3.8.2

1

dist/esm/index.js

@@ -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;

2

package.json
{
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc