
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
javascript-currency-library
Advanced tools
The goal of this javascript library is to provide some services with the currencies
The goal of this library is to provide some services with the currencies. The first one is to give the relationships between currencies and countries.
The data in this repo are pretty raws (ISO codes). To have more display-friendler things, you can use some others library :
Warning : the lists are not comprehensives ie. all the currencies are not defined and all the countries of a currency neither.
const currencyManager = require('javascript-currency-library');
console.log(currencyManager.get('GBP').getCountries());
// output : ['GB']
console.log(currencyManager.get('EUR').getCountries());
// output : ['ES','DE','FR', 'IT']
console.log(currencyManager.findByCountry('FR');
// output : 'EUR'
console.log(currencyManager.get('EUR').isAvailableIn('UK'));
// output : false
console.log(currencyManager.getSupportedCurrencies());
// output : ['EUR', 'GBP']
npm install --save javascript-currency-library
Look at the documentation in the code.
Look at contribution guidelines here : CONTRIBUTING.md
Simply run :
yarn install && yarn test
To automatically launch the tests when a file is changed :
yarn run watch-test
Check the style :
yarn run check-build
FAQs
The goal of this javascript library is to provide some services with the currencies
The npm package javascript-currency-library receives a total of 4 weekly downloads. As such, javascript-currency-library popularity was classified as not popular.
We found that javascript-currency-library demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.