Gathering detailed insights and metrics for @lidakai/rc-resize-observer
Gathering detailed insights and metrics for @lidakai/rc-resize-observer
Gathering detailed insights and metrics for @lidakai/rc-resize-observer
Gathering detailed insights and metrics for @lidakai/rc-resize-observer
npm install @lidakai/rc-resize-observer
Typescript
Module System
Node Version
NPM Version
64.4
Supply Chain
80.8
Quality
77.5
Maintenance
100
Vulnerability
100
License
JavaScript (46.76%)
TypeScript (44.59%)
Less (8.65%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
190 Stars
88 Commits
45 Forks
4 Watchers
13 Branches
33 Contributors
Updated on Apr 04, 2025
Latest Version
1.2.4
Package Id
@lidakai/rc-resize-observer@1.2.4
Unpacked Size
34.35 kB
Size
7.93 kB
File Count
26
NPM Version
6.14.16
Node Version
14.19.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
Resize observer for React.
https://react-component.github.io/resize-observer/
1import ResizeObserver from 'rc-resize-observer'; 2import { render } from 'react-dom'; 3 4render( 5 <ResizeObserver 6 onResize={() => { 7 console.log('resized!'); 8 }} 9 > 10 <textarea /> 11 </ResizeObserver>, 12 mountNode, 13);
Property | Type | Default | Description |
---|---|---|---|
disabled | boolean | false | |
onResize | ({ width, height }) => void | - | Trigger when child node resized |
npm install
npm start
rc-resize-observer is released under the MIT license.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
SAST tool detected but not run on all commits
Details
Reason
Found 8/22 approved changesets -- score normalized to 3
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
security policy file not 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