country-codes-list
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -70,3 +70,3 @@ const supplant = require('./utils/supplant') | ||
countriesData.forEach(countryData => { | ||
value = supplant(label, countryData) | ||
const value = supplant(label, countryData) | ||
finalObject[countryData[key]] = value | ||
@@ -73,0 +73,0 @@ }) |
{ | ||
"name": "country-codes-list", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
102488
0