Gathering detailed insights and metrics for iso-639-1-zh
Gathering detailed insights and metrics for iso-639-1-zh
npm install iso-639-1-zh
Typescript
Module System
Node Version
NPM Version
87.7
Supply Chain
84.6
Quality
75.7
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
3,497,992
Last Day
1,370
Last Week
6,483
Last Month
31,417
Last Year
520,808
41 Commits
1 Forks
2 Watching
1 Branches
3 Contributors
Minified
Minified + Gzipped
Latest Version
2.0.4
Package Id
iso-639-1-zh@2.0.4
Size
75.65 kB
NPM Version
3.10.10
Node Version
6.11.1
Publised On
22 Jan 2018
Cumulative downloads
Total Downloads
Last day
-21.9%
1,370
Compared to previous day
Last week
-21.7%
6,483
Compared to previous week
Last month
-13.8%
31,417
Compared to previous month
Last year
3.7%
520,808
Compared to previous year
Chinese name for iso-639-1 languages.
各国语言的中文名称. 例如:zh - 中文; en - 英语; es - 西班牙语;
npm install iso-639-1-zh
Lookup language chinese name by code
Get array of all language chinese names
var ISO639ZH = require('./iso-639-1-zh')
console.log(ISO639ZH.getZhName('zh')) // '中文'
console.log(ISO639ZH.getZhName('es')) // '西班牙语'
console.log(ISO639ZH.getLanguages(['en', 'es']))
// [{code:'en',name:'English',nativeName:'English',zhName:'英语'},{code:'es',name:'Spanish',nativeName:'Español',zhName:'西班牙语'}]
除此之外,还继承了 iso-639-1 模块的所有功能
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 2/27 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
58 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-01-27
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