Socket
Socket
Sign inDemoInstall

uic-codes

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    uic-codes

Map UIC country codes to ISO 3166 codes and vica versa.


Version published
Weekly downloads
13
increased by8.33%
Maintainers
1
Install size
3.97 kB
Created
Weekly downloads
 

Readme

Source

uic-codes

Map UIC country codes to ISO 3166 codes and vica versa.

npm version build status dev dependency status ISC-licensed chat on gitter

Installing

npm install uic-codes

Usage

const {toISO, toUIC} = require('uic-codes')

// Germany
toUIC.DEU // 80
toISO[80] // 'DEU'
toISO.D // 'DEU'

Contributing

If you have a question, found a bug or want to propose a feature, have a look at the issues page.

Keywords

FAQs

Last updated on 14 Jul 2017

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