Socket
Socket
Sign inDemoInstall

country-locale-map

Package Overview
Dependencies
1
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

4

index.js

@@ -21,2 +21,6 @@ const fs = require('fs');

clm.getCountryNameByAlpha2 = function(alpha2) {
return countryByAlpha2Code[alpha2].name;
}
return clm;

@@ -23,0 +27,0 @@

4

package.json
{
"name": "country-locale-map",
"version": "0.0.1",
"version": "0.0.2",
"description": "provides mapping between country codes and default country locals",

@@ -14,3 +14,3 @@ "main": "index.js",

],
"repository": {

@@ -17,0 +17,0 @@ "type": "git",

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