Gathering detailed insights and metrics for @types/flagged-respawn
Gathering detailed insights and metrics for @types/flagged-respawn
Gathering detailed insights and metrics for @types/flagged-respawn
Gathering detailed insights and metrics for @types/flagged-respawn
The repository for high quality TypeScript type definitions.
npm install @types/flagged-respawn
Typescript
Module System
66.4
Supply Chain
68.9
Quality
75.4
Maintenance
100
Vulnerability
100
License
TypeScript (99.84%)
JavaScript (0.15%)
Shell (0.01%)
Total Downloads
3,846,225
Last Day
60
Last Week
1,147
Last Month
5,217
Last Year
65,616
NOASSERTION License
49,990 Stars
89,688 Commits
30,436 Forks
641 Watchers
6 Branches
9,957 Contributors
Updated on Jul 03, 2025
Latest Version
1.0.4
Package Id
@types/flagged-respawn@1.0.4
Unpacked Size
3.52 kB
Size
1.64 kB
File Count
5
Published on
Nov 07, 2023
Cumulative downloads
Total Downloads
Last Day
11.1%
60
Compared to previous day
Last Week
-12.8%
1,147
Compared to previous week
Last Month
0.3%
5,217
Compared to previous month
Last Year
-49.8%
65,616
Compared to previous year
1
npm install --save @types/flagged-respawn
This package contains type definitions for flagged-respawn (https://github.com/gulpjs/flagged-respawn).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/flagged-respawn.
1/// <reference types="node" />
2
3export = flaggedRespawn;
4
5declare function flaggedRespawn(
6 flags: string[],
7 argv: string[],
8 callback: flaggedRespawn.Callback,
9): void;
10declare function flaggedRespawn(
11 flags: string[],
12 argv: string[],
13 forcedFlags: string | string[],
14 callback: flaggedRespawn.Callback,
15): void;
16
17declare namespace flaggedRespawn {
18 type Callback = (ready: boolean, proc: NodeJS.Process, argv: string[]) => void;
19}
20
These definitions were written by BendingBender.
No vulnerabilities found.
Reason
30 commit(s) and 1 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
license file detected
Details
Reason
Found 25/29 approved changesets -- score normalized to 8
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 2025-06-30
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