Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
@brixtol/country-continent
Advanced tools
Mappings for 2 letter (Alpha 2) country codes to Continent code/name
Country code (3166-1 alpha-2) to Continent code/name mappings used by the Brixtol Textiles internal API when dealing with Localization and i18n operations.
Mappings returned in the English Language.
Minified: 2.39 KB
Gzipped: 897 B
pnpm add @brixtol/country-continent
npm install @brixtol/country-continent
yarn add @brixtol/country-continent
You can pass in a 2 letter country code that is lowercase, uppercase or a mixture of both.
import { getContinentCode, getContinentName } from '@brixtol/country-continent';
const sweden = getContinentName('SE'); // Europe
const russia = getContinentName('ru'); // Asia
const usa = getContinentName('uS'); // North America
const australia = getContinentCode('AU'); // OC
The module also exposes the raw mappings and interface on the export. The mappings object is provided read only using Object.freeze. In addition to the raw mappings a ISO code union export is also exposed.
import { IContinents, ContinentCodes, ContinentNames } from '@brixtol/country-continent';
// Mapping Object
ContinentCodes.SE; // EU
ContinentNames.SE; // Europe
ContinentCodes.NL; // EU
ContinentNames.NL; // Europe
ContinentCodes.RU; // AS
ContinentNames.RU; // Asia
// Interface
IContinents.SE; // EU
IContinents.NL; // EU
IContinents.RU; // AS
The interface is identical to the mapping
Static GeoIP utility
Country code to currency code mappings:
Currency code to currency symbol mappings:
Licensed under MIT
We ♡ open source!
1.0.0 - 01/12/2021
FAQs
Mappings for 2 letter (Alpha 2) country codes to Continent code/name
The npm package @brixtol/country-continent receives a total of 154 weekly downloads. As such, @brixtol/country-continent popularity was classified as not popular.
We found that @brixtol/country-continent demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.