country-codes-list
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -69,3 +69,3 @@ const supplant = require('./utils/supplant') | ||
} | ||
countriesData.forEach(countryData => { | ||
data.forEach(countryData => { | ||
const value = supplant(label, countryData) | ||
@@ -72,0 +72,0 @@ finalObject[countryData[key]] = value |
{ | ||
"name": "country-codes-list", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "List of codes per country (languages, calling codes, currency codes, etc)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
102479