Gathering detailed insights and metrics for rc-resize-observer
Gathering detailed insights and metrics for rc-resize-observer
Gathering detailed insights and metrics for rc-resize-observer
Gathering detailed insights and metrics for rc-resize-observer
npm install rc-resize-observer
Typescript
Module System
Node Version
NPM Version
91.8
Supply Chain
80.3
Quality
80.4
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.4.3
Package Id
rc-resize-observer@1.4.3
Unpacked Size
35.66 kB
Size
8.12 kB
File Count
25
NPM Version
10.8.3
Node Version
22.8.0
Published on
Dec 19, 2024
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