Gathering detailed insights and metrics for @types/foreground-child
Gathering detailed insights and metrics for @types/foreground-child
Gathering detailed insights and metrics for @types/foreground-child
Gathering detailed insights and metrics for @types/foreground-child
npm install @types/foreground-child
Typescript
Module System
61.4
Supply Chain
58.3
Quality
75.2
Maintenance
100
Vulnerability
100
License
TypeScript (99.9%)
JavaScript (0.09%)
Shell (0.01%)
Total Downloads
157,699
Last Day
96
Last Week
672
Last Month
3,701
Last Year
47,241
48,910 Stars
88,338 Commits
30,219 Forks
641 Watching
5 Branches
9,977 Contributors
Latest Version
2.0.2
Package Id
@types/foreground-child@2.0.2
Unpacked Size
3.43 kB
Size
1.60 kB
File Count
5
Publised On
07 Nov 2023
Cumulative downloads
Total Downloads
Last day
-9.4%
96
Compared to previous day
Last week
-16.1%
672
Compared to previous week
Last month
12.1%
3,701
Compared to previous month
Last year
-44.7%
47,241
Compared to previous year
npm install --save @types/foreground-child
This package contains type definitions for foreground-child (https://github.com/tapjs/foreground-child#readme).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/foreground-child.
1type CloseHandler = (done: () => void) => void | Promise<void>;
2
3declare function foregroundChild(program: string | string[], cb?: CloseHandler): void;
4declare function foregroundChild(program: string, args: string[], cb?: CloseHandler): void;
5declare function foregroundChild(program: string, ...args: string[]): void;
6declare function foregroundChild(program: string, ...args: [...args: string[], cb: CloseHandler]): void;
7
8export = foregroundChild;
9
These definitions were written by Jake Bailey.
No vulnerabilities found.
Reason
30 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
security policy file detected
Details
Reason
0 existing vulnerabilities detected
Reason
no binaries found in the repo
Reason
Found 27/30 approved changesets -- score normalized to 9
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 8
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Score
Last Scanned on 2024-12-23
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