New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

currency-code-map

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

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

  • 1.0.2
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
237
decreased by-79.14%
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 01 Mar 2016

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc