Gathering detailed insights and metrics for react-ts-comp-tools
Gathering detailed insights and metrics for react-ts-comp-tools
Gathering detailed insights and metrics for react-ts-comp-tools
Gathering detailed insights and metrics for react-ts-comp-tools
npm install react-ts-comp-tools
Typescript
Module System
TypeScript (95.42%)
HTML (3.64%)
CSS (0.94%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
2 Stars
18 Commits
14 Branches
1 Contributors
Updated on Feb 22, 2023
Latest Version
1.5.33
Package Id
react-ts-comp-tools@1.5.33
Unpacked Size
3.03 kB
Size
1.37 kB
File Count
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
1
2
19
This project was bootstrapped with Create React App.
In the project directory, you can run:
yarn start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
yarn dist
Compiles components to the dist
folder for further publishing .
UI library is available as an npm package.
1// with npm 2npm install react-ts-comp-tools 3 4// with yarn 5yarn add react-ts-comp-tools
How to use
1import React from "react"; 2import ReactDOM from "react-dom"; 3import { ThemeProvider } from "react-ts-comp-tools/dist/styled-components"; 4import { theme } from "react-ts-comp-tools/dist/theme"; 5import { Button } from "react-ts-comp-tools/dist"; 6 7function App() { 8 return ( 9 <ThemeProvider theme={theme}> 10 <Button primary variant="contained"> 11 Styled button 12 </Button> 13 </ThemeProvider> 14 ); 15} 16 17ReactDOM.render(<App />, document.querySelector("#app"));
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
Found 0/9 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
license 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
51 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