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.5
Supply Chain
81.8
Quality
77.5
Maintenance
100
Vulnerability
100
License
JavaScript (46.76%)
TypeScript (44.59%)
Less (8.65%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
1,093
Last Day
1
Last Week
6
Last Month
35
Last Year
378
MIT License
188 Stars
88 Commits
44 Forks
5 Watchers
12 Branches
33 Contributors
Updated on Jan 26, 2025
Minified
Minified + Gzipped
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%
1
Compared to previous day
Last Week
-45.5%
6
Compared to previous week
Last Month
45.8%
35
Compared to previous month
Last Year
82.6%
378
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
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
10 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 9
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
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-02-10
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