Gathering detailed insights and metrics for @types/country-telephone-data
Gathering detailed insights and metrics for @types/country-telephone-data
Gathering detailed insights and metrics for @types/country-telephone-data
Gathering detailed insights and metrics for @types/country-telephone-data
The repository for high quality TypeScript type definitions.
npm install @types/country-telephone-data
Typescript
Module System
91.4
Supply Chain
69.3
Quality
75.3
Maintenance
100
Vulnerability
100
License
TypeScript (99.84%)
JavaScript (0.15%)
Shell (0.01%)
Total Downloads
1,418,652
Last Day
833
Last Week
39,823
Last Month
97,994
Last Year
626,216
NOASSERTION License
49,993 Stars
89,688 Commits
30,437 Forks
641 Watchers
6 Branches
9,957 Contributors
Updated on Jul 03, 2025
Latest Version
0.6.3
Package Id
@types/country-telephone-data@0.6.3
Unpacked Size
3.84 kB
Size
1.78 kB
File Count
5
Published on
Nov 07, 2023
Cumulative downloads
Total Downloads
Last Day
-15.5%
833
Compared to previous day
Last Week
26.8%
39,823
Compared to previous week
Last Month
76.5%
97,994
Compared to previous month
Last Year
71.5%
626,216
Compared to previous year
npm install --save @types/country-telephone-data
This package contains type definitions for country-telephone-data (https://github.com/mukeshsoni/country-telephone-data#readme).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/country-telephone-data.
1export interface Country { 2 name: string; 3 /** The {@link https://w.wiki/4kP |ISO 3166-1 alpha-2} country code (in **lowercase**) */ 4 iso2: string; 5 dialCode: string; 6 /** A format string for phone numbers. **This could be an empty string.** */ 7 format: string; 8 hasAreaCodes?: true | undefined; 9 priority: number; 10} 11 12/** An array with data on every country */ 13export const allCountries: Country[]; 14 15/** 16 * The same data as `allCountries`, but as an object, indexed by the 17 * {@link https://w.wiki/4kP |ISO 3166-1 alpha-2} 18 * name of the country (in **lowercase**) 19 */ 20export const iso2Lookup: Record<string, Country>; 21
These definitions were written by Kyle Hensel.
No vulnerabilities found.
Reason
30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
security policy file detected
Details
Reason
0 existing vulnerabilities detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 25/29 approved changesets -- score normalized to 8
Reason
dependency not pinned by hash detected -- score normalized to 8
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Score
Last Scanned on 2025-06-30
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More