Gathering detailed insights and metrics for tsconfig-extends
Gathering detailed insights and metrics for tsconfig-extends
Gathering detailed insights and metrics for tsconfig-extends
Gathering detailed insights and metrics for tsconfig-extends
npm install tsconfig-extends
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
2 Stars
269 Commits
3 Watching
8 Branches
2 Contributors
Updated on 08 Sept 2023
TypeScript (100%)
Cumulative downloads
Total Downloads
Last day
176.5%
141
Compared to previous day
Last week
23.9%
1,324
Compared to previous week
Last month
62.6%
4,253
Compared to previous month
Last year
47.3%
24,983
Compared to previous year
load tsconfig compiler-options, support extends
field
1# using npm 2npm install --save tsconfig-extends 3 4# using yarn 5yarn add tsconfig-extends
1import * as tsconfig from 'tsconfig-extends'; 2 3const compiler_options = tsconfig.load_file_sync('path/to/tsconfig.json');
load_file_sync(filename: string, cwd?: string): CompilerOptions
load_config_sync(tsconfig: TSConfig, cwd?: string): CompilerOptions
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
project is archived
Details
Reason
Found 0/29 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
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
57 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