Gathering detailed insights and metrics for @advanced-rest-client/arc-resizable-mixin
Gathering detailed insights and metrics for @advanced-rest-client/arc-resizable-mixin
Gathering detailed insights and metrics for @advanced-rest-client/arc-resizable-mixin
Gathering detailed insights and metrics for @advanced-rest-client/arc-resizable-mixin
⛔️ DEPRECATED. Use the `@anypoint-web-components/awc` module instead.
npm install @advanced-rest-client/arc-resizable-mixin
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
NOASSERTION License
36 Commits
1 Branches
3 Contributors
Updated on Jan 28, 2023
Latest Version
1.2.3
Package Id
@advanced-rest-client/arc-resizable-mixin@1.2.3
Size
6.11 kB
NPM Version
6.14.15
Node Version
14.18.0
Published on
Oct 16, 2021
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
Use the @anypoint-web-components/awc
module instead.
This mixin is a port of iron-resizable-behavior that works with any JavaScript class.
ArcResizableMixin
is a mixin that can be used in web components to coordinate the flow of resize events between "resizers" (elements that control the size or hidden state of their children) and "resizables" (elements that need to be notified when they are resized or un-hidden by their parents in order to take action on their new measurements).
Elements that perform measurement should add the ArcResizableMixin
mixin to their element definition and listen for the resize
event on themselves. This event will be fired when they become showing after having been hidden, when they are resized explicitly by another resizable, or when the window has been resized.
Note, the resize
event is non-bubbling.
1npm i @advanced-rest-client/arc-resizable-mixin
1import { LitElement } from 'lit-element'; 2import { ArcResizableMixin } from '@advanced-rest-client/arc-resizable-mixin'; 3 4class ArcResizableImpl extends ArcResizableMixin(LitElement) { 5 6}
1git clone https://github.com/advanced-rest-client/arc-resizable-mixin 2cd arc-resizable-mixin 3npm install
1npm start
1npm test
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 1
Details
Reason
Found 1/20 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
project is archived
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
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
27 existing vulnerabilities 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