Gathering detailed insights and metrics for @flexem/rc-resize-observer
Gathering detailed insights and metrics for @flexem/rc-resize-observer
npm install @flexem/rc-resize-observer
Typescript
Module System
Node Version
NPM Version
64.3
Supply Chain
83.1
Quality
81.6
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
615
Last Day
1
Last Week
2
Last Month
8
Last Year
131
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.0.0
Package Id
@flexem/rc-resize-observer@1.0.0
Unpacked Size
23.75 kB
Size
5.64 kB
File Count
10
NPM Version
6.14.5
Node Version
12.18.1
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
0%
2
Compared to previous week
Last Month
14.3%
8
Compared to previous month
Last Year
12.9%
131
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