Socket
Socket
Sign inDemoInstall

iso3166-alpha-converter

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    iso3166-alpha-converter

Convert between alpha2 ('us') and alpha3 ('USA') ISO 3166 country codes


Version published
Weekly downloads
159
increased by26.19%
Maintainers
1
Install size
7.97 kB
Created
Weekly downloads
 

Readme

Source

ISO 3166 Alpha Code Converter

Convert between alpha2 ('us') and alpha3 ('USA') ISO 3166 country codes

Usage

import { alpha2to3, alpha3to2 } from 'iso3166-alpha-converter'
alpha2to3["us"] // -> "USA"
alpha3to2["USA"] // -> "us"

Development

# Setup
npm install
poetry install
# Build
npm run build
# Test
npm test

License

Data comes from this wikipedia page and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License.

Keywords

FAQs

Last updated on 10 Aug 2020

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