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 Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "@brixtol/country-names",
"version": "1.0.0",
"version": "1.0.1",
"description": "Mappings for 2 letter (Alpha 2) country codes to English country name",

@@ -5,0 +5,0 @@ "author": {

@@ -37,9 +37,9 @@ ## @brixtol/country-names

```javascript
import country from "@brixtol/country-names";
import { getCountryName } from "@brixtol/country-names";
// Country code SE (Sweden)
const sweden = country("SE");
const sweden = getCountryName("SE");
// Country code NL (Netherlands)
const netherlands = country("nl");
const netherlands = getCountryName("nl");

@@ -46,0 +46,0 @@ // ....

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