Socket
Socket
Sign inDemoInstall

country-locale-map

Package Overview
Dependencies
5
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.2 to 1.4.0

5

package.json
{
"name": "country-locale-map",
"version": "1.3.2",
"description": "Provides mapping between country codes and provides default country locals",
"version": "1.4.0",
"description": "Provides mapping between country codes and provides default country locals. Includes optional fuzzy matching for country name.",
"main": "index.js",

@@ -33,2 +33,3 @@ "scripts": {

"countries-list": "^2.4.3",
"country-code-lookup": "0.0.14",
"eslint": "^6.5.1",

@@ -35,0 +36,0 @@ "mocha": "^6.2.1"

34

README.md

@@ -64,3 +64,7 @@ # Country Locale Map [![Build Status](https://travis-ci.com/atnmorrison/country-locale-map.svg?branch=master)](https://travis-ci.com/atnmorrison/country-locale-map)

"emoji":"🇨🇦",
"emojiU":"U+1F1E8 U+1F1E6"
"emojiU":"U+1F1E8 U+1F1E6",
"fips":"CA",
"internet":"CA",
"continent":"Americas",
"region":"North America"
}

@@ -121,3 +125,7 @@

"emoji":"🇨🇦",
"emojiU":"U+1F1E8 U+1F1E6"
"emojiU":"U+1F1E8 U+1F1E6",
"fips":"CA",
"internet":"CA",
"continent":"Americas",
"region":"North America"
}

@@ -179,3 +187,7 @@

"emoji":"🇨🇦",
"emojiU":"U+1F1E8 U+1F1E6"
"emojiU":"U+1F1E8 U+1F1E6",
"fips":"CA",
"internet":"CA",
"continent":"Americas",
"region":"North America"
}

@@ -238,3 +250,7 @@

"emoji":"🇨🇦",
"emojiU":"U+1F1E8 U+1F1E6"
"emojiU":"U+1F1E8 U+1F1E6",
"fips":"CA",
"internet":"CA",
"continent":"Americas",
"region":"North America"
}

@@ -253,2 +269,4 @@

/*returns
{

@@ -265,3 +283,7 @@ "name":"Canada",

"emoji":"🇨🇦",
"emojiU":"U+1F1E8 U+1F1E6"
"emojiU":"U+1F1E8 U+1F1E6",
"fips":"CA",
"internet":"CA",
"continent":"Americas",
"region":"North America"
}

@@ -271,3 +293,5 @@

*/
```

Sorry, the diff of this file is too big to display

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