
Research
Malicious fezbox npm Package Steals Browser Passwords from Cookies via Innovative QR Code Steganographic Technique
A malicious package uses a QR code as steganography in an innovative technique.
@equinor/fusion-wc-button
Advanced tools
<!--prettier-ignore-start--> # @equinor/fusion-wc-button [](https://www.npmjs.com/package/@equinor/fusion-wc-button)
npm install @equinor/fusion-wc-button
<fwc-button label="default"></fwc-button>
<fwc-button label="default" icon="settings"></fwc-button>
<fwc-button label="default"><span slot="icon">🚀</span></fwc-button>
Name | Description |
---|---|
icon | Leading icon. Overrides icon property. Use label or the icon property to set the aria-label . |
trailingIcon | Icon to show after the label. Overrides trailingIcon property. Use label or the trailingIcon property to set the aria-label . |
default | Default content to display between both icons and after label. NOTE: It is highly recommended to set the label property instead of projecting text as it will also set the aria-label |
Name | Type | Default | Description |
---|---|---|---|
icon | string | '' | Icon to display, and aria-label value when label is not defined. |
label | string | '' | Label to display for the button, and aria-label . |
variant | ButtonVariant* | 'contained' | Button variant to render, defaults to contained if no variant is defined. |
color | ButtonColor** | 'primary' | Button color to render, defaults to primary if no color is defined. |
dense | boolean | false | Makes the button text and container slightly smaller. |
disabled | boolean | false | Disabled buttons cannot be interacted with and have no visual interaction effect. |
trailingIcon | boolean | false | When true , icon will be displayed after label . |
'expandContent' | boolean | false | When true , the space after the label and before any trailing icon, where default slotted content is rendered, is expanded to fit the available space inside the button. |
* ButtonVariant
is exported by fwc-button
.
type ButtonVariant = 'contained'|'outlined'|'ghost';
** ButtonColor
is exported by fwc-button
.
type ButtonColor = 'primary'|'secondary'|'danger';
FAQs
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.
Application Security
/Research
/Security News
Socket detected multiple compromised CrowdStrike npm packages, continuing the "Shai-Hulud" supply chain attack that has now impacted nearly 500 packages.