Socket
Socket
Sign inDemoInstall

currency-code-map

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    currency-code-map

a mapping of all the ISO 3166-1 alpha-2 country codes to their respective ISO 4217 currency codes


Version published
Weekly downloads
1.1K
decreased by-9.01%
Maintainers
1
Install size
5.60 kB
Created
Weekly downloads
 

Readme

Source

currency-code-map

This is a mapping of all the ISO 3166-1 alpha-2 country codes to their respective ISO 4217 currency codes.

The data has been partially-generated from country-list and currency-codes, with some manual data entry being performed where the generation script failed.

Install

$ npm install currency-code-map

Usage

var currency = require('currency-code-map')

currency['AU']
=> 'AUD'

currency['CA']
=> 'CAD'

currency['DE']
=> 'EUR'

Page weight (browserified)

compressionsize
currency-code-map.js3.26 kB
currency-code-map.min.js2.26 kB
currency-code-map.min.js.gz1.04 kB

License

MIT

Keywords

FAQs

Last updated on 01 Mar 2016

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc