country-calling-code
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -1,2 +0,2 @@ | ||
declare const _default: { | ||
export interface ICountryCodeItem { | ||
country: string; | ||
@@ -6,3 +6,4 @@ countryCodes: string[]; | ||
isoCode3: string; | ||
}[]; | ||
export default _default; | ||
} | ||
export declare const codes: ICountryCodeItem[]; | ||
export default codes; |
"use strict"; | ||
exports.__esModule = true; | ||
exports["default"] = [ | ||
exports.codes = void 0; | ||
exports.codes = [ | ||
{ | ||
@@ -1445,1 +1446,2 @@ country: 'Afghanistan', | ||
]; | ||
exports["default"] = exports.codes; |
{ | ||
"name": "country-calling-code", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Country calling codes and iso codes based on countrycode.org", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
34832
1470
0