country-locale-map
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "country-locale-map", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "provides mapping between country codes and default country locals", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -8,3 +8,3 @@ # Country Locale Map | ||
const clm = require(country-locale-map); | ||
clm.getAlpha3ByAlpha2(alpha2) | ||
clm.getAlpha3ByAlpha2('CA'); //returns 'CAN' | ||
@@ -14,2 +14,3 @@ | ||
### Alpha2 | ||
- getAlpha3ByAlpha2(alpha2) | ||
@@ -21,2 +22,3 @@ - getLocaleByAlpha2(alpha2) | ||
### Alpha3 | ||
- getAlpha2ByAlpha3(alhpa3) | ||
@@ -28,2 +30,3 @@ - getLocaleByAlpha3(alhpa3) | ||
### Numeric | ||
- getAlpha2ByNumeric(numeric) | ||
@@ -30,0 +33,0 @@ - getAlpha3ByNumeric(numeric) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31104
35