Gathering detailed insights and metrics for @uber-web-ui/extract-react-types
Gathering detailed insights and metrics for @uber-web-ui/extract-react-types
Gathering detailed insights and metrics for @uber-web-ui/extract-react-types
Gathering detailed insights and metrics for @uber-web-ui/extract-react-types
npm install @uber-web-ui/extract-react-types
Typescript
Module System
Node Version
NPM Version
JavaScript (99.82%)
TypeScript (0.18%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
1 Stars
139 Commits
1 Forks
3 Watchers
10 Branches
2 Contributors
Updated on Oct 30, 2019
Latest Version
1.0.1
Package Id
@uber-web-ui/extract-react-types@1.0.1
Unpacked Size
147.04 kB
Size
27.89 kB
File Count
11
NPM Version
6.4.1
Node Version
10.15.3
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
18
4
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 binaries found in the repo
Reason
license file detected
Details
Reason
Found 1/23 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
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
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
70 existing vulnerabilities detected
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