Gathering detailed insights and metrics for @types/react-typical
Gathering detailed insights and metrics for @types/react-typical
npm install @types/react-typical
Typescript
Module System
61.1
Supply Chain
58.9
Quality
75.2
Maintenance
100
Vulnerability
100
License
TypeScript (99.9%)
JavaScript (0.09%)
Shell (0.01%)
Total Downloads
60,294
Last Day
87
Last Week
491
Last Month
2,517
Last Year
26,285
49,109 Stars
88,642 Commits
30,291 Forks
640 Watching
5 Branches
9,977 Contributors
Latest Version
0.1.2
Package Id
@types/react-typical@0.1.2
Unpacked Size
3.06 kB
Size
1.61 kB
File Count
5
Publised On
07 Nov 2023
Cumulative downloads
Total Downloads
Last day
-33.1%
87
Compared to previous day
Last week
-22.4%
491
Compared to previous week
Last month
17.1%
2,517
Compared to previous month
Last year
10.2%
26,285
Compared to previous year
1
npm install --save @types/react-typical
This package contains type definitions for react-typical (https://github.com/catalinmiron/react-typical#readme).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-typical.
1import { ReactElement } from "react"; 2 3export interface ReactTypicalProps { 4 steps: Array<string | number>; 5 wrapper?: string; 6 loop?: number; 7} 8 9export default function Typical(props: ReactTypicalProps): ReactElement; 10
These definitions were written by Ankan Bhattacharya.
No vulnerabilities found.
Reason
30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
Reason
security policy file detected
Details
Reason
no dangerous workflow patterns detected
Reason
0 existing vulnerabilities detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 26/30 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-02-03
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