country-code-lookup
Advanced tools
Comparing version 0.0.10 to 0.0.11
11
index.js
@@ -2663,2 +2663,13 @@ module.exports.byFips = function(code){ | ||
"internet": "GG" | ||
}, | ||
{ | ||
"continent": "Europe", | ||
"region": "South East Europe", | ||
"country": "Serbia", | ||
"capital": "Belgrade", | ||
"fips": "RI", | ||
"iso2": "RS", | ||
"iso3": "SRB", | ||
"isoNo": "688", | ||
"internet": "RS" | ||
} | ||
@@ -2665,0 +2676,0 @@ ]; |
{ | ||
"name": "country-code-lookup", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "Finds countries by various country codes", | ||
@@ -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
55055
2740