Gathering detailed insights and metrics for tsconfck
Gathering detailed insights and metrics for tsconfck
Gathering detailed insights and metrics for tsconfck
Gathering detailed insights and metrics for tsconfck
A utility to find and parse tsconfig files without depending on typescript
npm install tsconfck
94.5
Supply Chain
100
Quality
83.7
Maintenance
100
Vulnerability
99.6
License
tsconfck@3.1.4
Published on 10 Oct 2024
tsconfck@3.1.3
Published on 31 Aug 2024
tsconfck@3.1.2
Published on 31 Aug 2024
tsconfck@3.1.1
Published on 27 Jun 2024
tsconfck@3.1.0
Published on 29 May 2024
tsconfck@3.0.3
Published on 08 Mar 2024
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
295 Stars
248 Commits
14 Forks
3 Watching
8 Branches
10 Contributors
Updated on 27 Nov 2024
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
0.7%
576,341
Compared to previous day
Last week
3.9%
2,954,805
Compared to previous week
Last month
15.1%
12,184,250
Compared to previous month
Last year
252.4%
105,732,356
Compared to previous year
1
A utility to find and parse tsconfig files without depending on typescript
Because no simple official api exists and tsconfig isn't actual json.
Used by vite*, vite-tsconfig-paths, astro and many more
(*) vite bundles tsconfck so it is listed as a devDependency
1npm install --save-dev tsconfck # or pnpm, yarn
1import { parse } from 'tsconfck'; 2const { 3 tsconfigFile, // full path to found tsconfig 4 tsconfig, // tsconfig object including merged values from extended configs 5 extended, // separate unmerged results of all tsconfig files that contributed to tsconfig 6 solution, // solution result if tsconfig is part of a solution 7 referenced // referenced tsconfig results if tsconfig is a solution 8} = await parse('foo/bar.ts');
This repo uses
In every PR you have to add a changeset by running pnpm changeset
and following the prompts
PRs are going to be squash-merged
1# install dependencies 2pnpm install 3# run tests 4pnpm test
No vulnerabilities found.
Reason
12 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
6 existing vulnerabilities detected
Details
Reason
Found 4/12 approved changesets -- score normalized to 3
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
license 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
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