Gathering detailed insights and metrics for @bebraw/extract-react-types
Gathering detailed insights and metrics for @bebraw/extract-react-types
Gathering detailed insights and metrics for @bebraw/extract-react-types
Gathering detailed insights and metrics for @bebraw/extract-react-types
One stop shop for documenting your react components.
npm install @bebraw/extract-react-types
Typescript
Module System
Node Version
NPM Version
pretty-proptypes@1.3.0
Updated on Jul 04, 2021
extract-react-types-loader@1.0.0
Updated on Jun 09, 2021
extract-react-types@0.30.2
Updated on May 25, 2021
extract-react-types@0.30.1
Updated on Apr 20, 2021
pretty-proptypes@1.2.0
Updated on Mar 08, 2021
extract-react-types@0.30.0
Updated on Mar 05, 2021
JavaScript (99.71%)
TypeScript (0.29%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
184 Stars
288 Commits
29 Forks
5 Watchers
52 Branches
79 Contributors
Updated on Jul 10, 2025
Latest Version
0.16.2
Package Id
@bebraw/extract-react-types@0.16.2
Unpacked Size
55.87 kB
Size
12.81 kB
File Count
7
NPM Version
6.4.1
Node Version
10.15.1
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
16
Extract Flow & TypeScript types from React Components
1$ yarn add extract-react-types
1// Component.js 2 3class Component extends React.Component<{ foo: boolean }> {}
Output:
1{ 2 "kind": "program", 3 "classes": [ 4 { 5 "kind": "object", 6 "members": [ 7 { 8 "kind": "property", 9 "key": { 10 "kind": "id", 11 "name": "foo" 12 }, 13 "value": { 14 "kind": "boolean" 15 }, 16 "optional": false 17 } 18 ], 19 "name": { 20 "kind": "id", 21 "name": "Component", 22 "type": null 23 } 24 } 25 ] 26}
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
11 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 9
Reason
SAST tool detected but not run on all commits
Details
Reason
branch protection is not maximal on development and all release branches
Details
Reason
Found 9/20 approved changesets -- score normalized to 4
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
project is not fuzzed
Details
Reason
17 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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