@types/country-list
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -40,3 +40,3 @@ // Type definitions for country-list 2.1 | ||
*/ | ||
export function getNameList(): {[name: string]: string}; | ||
export function getNameList(): { [name: string]: string }; | ||
@@ -46,3 +46,3 @@ /** | ||
*/ | ||
export function getCodeList(): {[code: string]: string}; | ||
export function getCodeList(): { [code: string]: string }; | ||
@@ -49,0 +49,0 @@ /** |
{ | ||
"name": "@types/country-list", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "TypeScript definitions for country-list", | ||
@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/country-list", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "ae1459b50beed186017c0920a0fe12ed1a8164bae9b4745e2239bbaa5a61ee5b", | ||
"typeScriptVersion": "4.0" | ||
"typesPublisherContentHash": "aeb705fac40f79649b94a16d6908138a7f02cb9b354f3b5a17d9679e23aa976e", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -50,3 +50,3 @@ # Installation | ||
*/ | ||
export function getNameList(): {[name: string]: string}; | ||
export function getNameList(): { [name: string]: string }; | ||
@@ -56,3 +56,3 @@ /** | ||
*/ | ||
export function getCodeList(): {[code: string]: string}; | ||
export function getCodeList(): { [code: string]: string }; | ||
@@ -67,3 +67,3 @@ /** | ||
### Additional Details | ||
* Last updated: Fri, 22 Jul 2022 11:32:22 GMT | ||
* Last updated: Mon, 04 Sep 2023 15:41:18 GMT | ||
* Dependencies: none | ||
@@ -70,0 +70,0 @@ * Global values: none |
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
5687