@brixtol/country-names
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@brixtol/country-names", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Mappings for 2 letter (Alpha 2) country codes to English country name", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -37,9 +37,9 @@ ## @brixtol/country-names | ||
```javascript | ||
import country from "@brixtol/country-names"; | ||
import { getCountryName } from "@brixtol/country-names"; | ||
// Country code SE (Sweden) | ||
const sweden = country("SE"); | ||
const sweden = getCountryName("SE"); | ||
// Country code NL (Netherlands) | ||
const netherlands = country("nl"); | ||
const netherlands = getCountryName("nl"); | ||
@@ -46,0 +46,0 @@ // .... |
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
25376
0