Research
Security News
Kill Switch Hidden in npm Packages Typosquatting Chalk and Chokidar
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
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 1 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
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.