Gathering detailed insights and metrics for react-preloader-icon
Gathering detailed insights and metrics for react-preloader-icon
npm install react-preloader-icon
Typescript
Module System
Node Version
NPM Version
TypeScript (85.39%)
CSS (8.62%)
JavaScript (5.99%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
102,095
Last Day
23
Last Week
223
Last Month
949
Last Year
7,978
59 Stars
145 Commits
6 Forks
3 Watching
23 Branches
2 Contributors
Minified
Minified + Gzipped
Latest Version
1.0.0
Package Id
react-preloader-icon@1.0.0
Unpacked Size
214.95 kB
Size
37.85 kB
File Count
51
NPM Version
6.12.0
Node Version
12.13.0
Cumulative downloads
Total Downloads
Last day
-30.3%
23
Compared to previous day
Last week
14.9%
223
Compared to previous week
Last month
95.3%
949
Compared to previous month
Last year
-13.4%
7,978
Compared to previous year
2
3
SVG loading icons component for React. - Demo
Thanks to SVG-Loaders
1npm install --save react-preloader-icon 2yarn add react-preloader-icon
1import { Preloader, Oval } from 'react-preloader-icon'; 2 3const SomeComponent = () => ( 4 <Preloader 5 use={Oval} 6 size={32} 7 strokeWidth={8} 8 strokeColor="#F0AD4E" 9 duration={800} 10 /> 11);
Support for Internet Explorer 9 requires raf polyfill.
MIT
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
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
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
77 existing vulnerabilities detected
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