Gathering detailed insights and metrics for i18next-cli-language-detector
Gathering detailed insights and metrics for i18next-cli-language-detector
Gathering detailed insights and metrics for i18next-cli-language-detector
Gathering detailed insights and metrics for i18next-cli-language-detector
npm install i18next-cli-language-detector
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
3 Stars
348 Commits
2 Watching
13 Branches
2 Contributors
Updated on 22 Nov 2022
TypeScript (77.32%)
JavaScript (19.69%)
Shell (2.99%)
Cumulative downloads
Total Downloads
Last day
-65.9%
14
Compared to previous day
Last week
-69.6%
49
Compared to previous week
Last month
-22.6%
335
Compared to previous month
Last year
506.1%
9,219
Compared to previous year
1
23
i18next third-party language detector for CLI.
1yarn add i18next i18next-cli-language-detector
Add .use(I18nextCLILanguageDetector)
to your initialization part of i18next as following:
1import i18next from 'i18next'; 2import I18nextCLILanguageDetector from 'i18next-cli-language-detector'; 3 4i18next 5 .use(I18nextCLILanguageDetector) 6 .init();
i18next-cli-language-detector refers following variables to determine which language to activate.
LC_ALL
LC_MESSAGES
LANG
LANGUAGE
As for the format of these variables, see documentation of Gettext.
MIT
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/4 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
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
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
10 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-18
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