Gathering detailed insights and metrics for cosmiconfig-toml-loader
Gathering detailed insights and metrics for cosmiconfig-toml-loader
Gathering detailed insights and metrics for cosmiconfig-toml-loader
Gathering detailed insights and metrics for cosmiconfig-toml-loader
npm install cosmiconfig-toml-loader
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
2 Stars
4 Commits
1 Forks
2 Watching
10 Branches
1 Contributors
Updated on 29 Jun 2023
Minified
Minified + Gzipped
JavaScript (71.77%)
TypeScript (28.23%)
Cumulative downloads
Total Downloads
Last day
-9.9%
112,119
Compared to previous day
Last week
2.8%
614,710
Compared to previous week
Last month
7.9%
2,457,708
Compared to previous month
Last year
-54.5%
31,354,479
Compared to previous year
A TOML loader for Cosmiconfig
npm install cosmiconfig-toml-loader
1import cosmiconfig from 'cosmiconfig'; 2import { loadToml } from 'cosmiconfig-toml-loader'; 3 4const moduleName = 'myModuleName'; 5const explorer = cosmiconfig(moduleName, { 6 searchPlaces: [ 7 'package.json', 8 `.${moduleName}rc.toml` 9 `.${moduleName}rc`, 10 `.${moduleName}rc.json`, 11 `.${moduleName}rc.yaml`, 12 `.${moduleName}rc.yml`, 13 `.${moduleName}rc.ts`, 14 `.${moduleName}rc.js`, 15 `${moduleName}.config.js`, 16 ], 17 loaders: { 18 '.toml': loadToml, 19 }, 20});
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/1 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
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
25 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-25
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