
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@dreamworld/dw-checkbox
Advanced tools
A material checkbox element made with lit-html. It's an wrapper of [mwc-checkbox](https://github.com/material-components/material-components-web-components/tree/master/packages/checkbox) element. Supports all the features of `mwc-checkbox`.
A material checkbox element made with lit-html. It's an wrapper of mwc-checkbox element. Supports all the features of mwc-checkbox
.
npm install --save @dreamworld/dw-checkbox
import '@dreamworld/dw-checkbox';
It supports below properties:
disabled
label
alignEnd
checked
indeterminate
value
checked-changed
: Dispatched when user updates checked status. It's DEPRECATED now, instead use change
.change
: Dispatched when user updates checked status. So, same as browser default eventalignEnd
property to show label after checkbox <dw-checkbox label="This is checkbox" alignEnd></dw-checkbox>
disabled
property to disable checkbox <dw-checkbox label="This is checkbox" disabled checked></dw-checkbox>
value
property usagevalue
property used to get selected item's value. e.g. apple
.
In below example, dwForm.serialize() method's result is {fruit: ['apple', 'kiwi']}
<dw-form>
<dw-checkbox name="fruit" value="apple" label="Apple" checked></dw-checkbox>
<dw-checkbox name="fruit" value="grapes" label="Grapes"></dw-checkbox>
<dw-checkbox name="fruit" value="kiwi" label="Kiwi" checked></dw-checkbox>
</dw-form>
FAQs
A material checkbox element made with lit-html. It's an wrapper of [mwc-checkbox](https://github.com/material-components/material-components-web-components/tree/master/packages/checkbox) element. Supports all the features of `mwc-checkbox`.
The npm package @dreamworld/dw-checkbox receives a total of 15 weekly downloads. As such, @dreamworld/dw-checkbox popularity was classified as not popular.
We found that @dreamworld/dw-checkbox demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
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.