Gathering detailed insights and metrics for currency-map-symbol
Gathering detailed insights and metrics for currency-map-symbol
Gathering detailed insights and metrics for currency-map-symbol
Gathering detailed insights and metrics for currency-map-symbol
currency-symbol-map
A function to lookup the currency symbol for a given currency code
@dcspark/currency-symbol-map
A function to lookup the currency symbol for a given currency code
currency-info-map
Function to get the name and symbol of a currency
currency-code-symbol-map
Utility functions to map currency code to symbol and vice versa
A function to lookup the currency symbol for a given currency code and vice versa.
npm install currency-map-symbol
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
2 Stars
19 Commits
3 Watchers
1 Branches
2 Contributors
Updated on Feb 20, 2019
Latest Version
4.0.5
Package Id
currency-map-symbol@4.0.5
Size
24.99 kB
NPM Version
5.5.1
Node Version
8.9.1
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
A function to lookup the currency symbol for a given currency code.
npm install currency-map-symbol
npm run test
npm run test:watch
npm run test:coverage
1// ES5 2const getSymbolFromCurrency = require('currency-map-symbol') 3 4// ES6 5import getSymbolFromCurrency from 'currency-map-symbol' 6 7getSymbolFromCurrency('GBP') //=> '£' 8getSymbolFromCurrency('EUR') //=> '€' 9getSymbolFromCurrency('USD') //=> '$' 10getSymbolFromCurrency('NOT A VALID CODE') //=> undefined
1// ES5 2const getSymbolFromCurrency = require('currency-map-symbol') 3 4// ES6 5import getSymbolFromCurrency from 'currency-map-symbol' 6 7/* => 8{ 9 "USD" : "$", 10 "GBP" : "£", 11 … 12} 13*/
Currency symbols originally sourced from xe
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 1/18 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
69 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-14
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More