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
npm install @advanced-rest-client/arc-resizable-mixin
75.3
Supply Chain
85
Quality
80.6
Maintenance
100
Vulnerability
99.6
License
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
36 Commits
1 Watching
1 Branches
3 Contributors
Updated on 28 Jan 2023
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
-4.4%
328
Compared to previous day
Last week
-11.4%
1,484
Compared to previous week
Last month
-25.6%
6,052
Compared to previous month
Last year
-20%
87,559
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 dangerous workflow patterns detected
Reason
no binaries found in the repo
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
project is archived
Details
Reason
detected GitHub workflow tokens with excessive permissions
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
19 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-25
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