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.8
Supply Chain
68.1
Quality
75.4
Maintenance
100
Vulnerability
100
License
TypeScript (99.84%)
JavaScript (0.16%)
Shell (0.01%)
Total Downloads
3,842,155
Last Day
216
Last Week
1,147
Last Month
5,074
Last Year
67,319
NOASSERTION License
49,702 Stars
89,361 Commits
30,387 Forks
640 Watchers
6 Branches
9,955 Contributors
Updated on May 09, 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
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
all changesets reviewed
Reason
30 commit(s) and 0 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
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-05-05
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 MoreLast Day
101.9%
216
Compared to previous day
Last Week
7.2%
1,147
Compared to previous week
Last Month
-8.5%
5,074
Compared to previous month
Last Year
-49.8%
67,319
Compared to previous year