Gathering detailed insights and metrics for react-delayed-renderer
Gathering detailed insights and metrics for react-delayed-renderer
Gathering detailed insights and metrics for react-delayed-renderer
Gathering detailed insights and metrics for react-delayed-renderer
A react component for delayed rendering of child components.
npm install react-delayed-renderer
Typescript
Module System
Node Version
NPM Version
61.2
Supply Chain
67.5
Quality
74.9
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
2 Stars
1 Commits
1 Watchers
1 Branches
1 Contributors
Updated on Sep 23, 2022
Latest Version
1.0.4
Package Id
react-delayed-renderer@1.0.4
Unpacked Size
8.23 kB
Size
3.67 kB
File Count
7
NPM Version
6.14.7
Node Version
13.8.0
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
3
A react component for delayed rendering of child components.
The package can be installed via NPM:
npm install react-delayed-renderer
This package has no dependencies, only react and prop-types are peer dependencies that you have to install yourself, you need to install react version that supports hooks.
1import { DelayedRenderer } from "react-delayed-renderer" 2const Component = () => { 3 // notice that changing delay will cause the children to be hidden again 4 return ( 5 <DelayedRenderer delay={300} onRender={() => console.log("rendered")}> 6 <div /> 7 </DelayedRenderer> 8 ) 9}
Prop | Type | Description |
---|---|---|
delay | Integer | Delay in millesconds |
onRender | Function | callback function to be called when the component renders the children |
Licensed under MIT license, see LICENSE for the full license.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/1 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 SAST tool detected
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
branch protection not enabled on development/release branches
Details
Reason
32 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-05-05
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