
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.
base-elements
Advanced tools
A selection of configurable native DOM UI elements. Inspired by rebass and tachyons.
var Avatar = require('base-elements/avatar')
var css = require('sheetify')
var html = require('bel')
css('tachyons')
var tree = html`<main>${Avatar()}</main>`
document.body.appendChild(tree)
Create a circular avatar image.
src
is a URL. opts
can contain:
3
) set the size of the element. Enums: {1, 2, 3, 4, 5}
100
) set the radius of the element. Enums:
{0, 1, 2, 3, 4, 100}
''
) set additional classes on the elementCreate a progress bar.
value
is a number between 0 and 1. opts
can contain:
'false'
) reverses the progress bar direction''
) set additional classes on the elementCreate a tooltip on a child element from a string. opts
can contain:
'up'
) set the position of the tooltip. Enums:
{ 'up', 'down', 'left', 'right' }
''
) set additional classes on the elementCreate a new modal element. opts
is similar to the those passed into
nanocomponent. Some properties are slightly different:
esc
key is
pressed. Useful to trigger unmounts with$ npm install base-elements
FAQs
A selection of native DOM elements
The npm package base-elements receives a total of 0 weekly downloads. As such, base-elements popularity was classified as not popular.
We found that base-elements demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.