Gathering detailed insights and metrics for @endemolshinegroup/cosmiconfig-typescript-loader
Gathering detailed insights and metrics for @endemolshinegroup/cosmiconfig-typescript-loader
Gathering detailed insights and metrics for @endemolshinegroup/cosmiconfig-typescript-loader
Gathering detailed insights and metrics for @endemolshinegroup/cosmiconfig-typescript-loader
A TypeScript loader for Cosmiconfig
npm install @endemolshinegroup/cosmiconfig-typescript-loader
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
25 Stars
87 Commits
16 Forks
5 Watching
29 Branches
8 Contributors
Updated on 27 Jan 2023
TypeScript (83%)
JavaScript (17%)
Cumulative downloads
Total Downloads
Last day
-10%
152,050
Compared to previous day
Last week
2.4%
883,968
Compared to previous week
Last month
12.4%
3,630,586
Compared to previous month
Last year
-39%
44,440,634
Compared to previous year
4
1
24
A TypeScript loader for Cosmiconfig
This package is no longer maintained: Please use this fork from @Codex- instead.
1yarn add @endemolshinegroup/cosmiconfig-typescript-loader
1import cosmiconfig from 'cosmiconfig'; 2import TypeScriptLoader from '@endemolshinegroup/cosmiconfig-typescript-loader'; 3 4const moduleName = 'myModuleName'; 5const explorer = cosmiconfig(moduleName, { 6 searchPlaces: [ 7 'package.json', 8 `.${moduleName}rc`, 9 `.${moduleName}rc.json`, 10 `.${moduleName}rc.yaml`, 11 `.${moduleName}rc.yml`, 12 `.${moduleName}rc.ts`, 13 `.${moduleName}rc.js`, 14 `${moduleName}.config.ts`, 15 `${moduleName}.config.js`, 16 ], 17 loaders: { 18 '.ts': TypeScriptLoader, 19 }, 20});
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 2/11 approved changesets -- score normalized to 1
Reason
project is archived
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
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
61 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