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

@brixtol/country-names

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brixtol/country-names - npm Package Versions

1.4.1

Diff

Changelog

Source

1.4.1 - 01/12/2021

  • Fixed KG (Kyrgyzstan)
  • Changes Saint Barthelemy to official name Saint Barthélemy
sissel
published 1.4.0 •

sissel
published 1.2.0 •

Changelog

Source

1.2.0 - 24/10/2021

  • Added CountryCodes type export
sissel
published 1.1.2 •

Changelog

Source

1.1.2 - 10/09/2021

Replaced development rollup dependencies to use @brixtol/rollup-config

sissel
published 1.1.1 •

Changelog

Source

1.1.1 - 23/08/2021

Extend prettier config in package.json file and align readme.

sissel
published 1.1.0 •

Changelog

Source

1.1.0 - 23/08/2021

Mostly development space adjustments, no code was modified, aside from the eslint formats that were applied to source. In addition, the module also exposes the mapping object on the exports.

Breakdown
sissel
published 1.0.1 •

sissel
published 1.0.0 •

Changelog

Source

1.0.0 - 22/08/2021

Dropped support of default exports. This module uses named exports. The module typings now export an identical interface of countries.

Named export
import { getCountryName } from '@brixtol/country-names';

const country = getCountryName('SE'); // Sweden
Breakdown
  • No longer support default exports, project now uses named export approach.
  • Provided interface of country mappings, available on ICountries
sissel
published 0.1.0 •

Changelog

Source

0.1.0 - 17/08/2021

  • Initial Release
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