Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

iso3166-alpha-converter

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

iso3166-alpha-converter

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

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

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

Package last updated on 10 Aug 2020

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