
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.
@biom3/react
Advanced tools

This package publishes via CICD to the public npm component: @biom3/react
.
All react based BIOME components, hooks and utils. All components and hooks will be atleast 90% covered with tests. To read more about our API philosophy see this document.
To read more about this package, please goto biome.immutable.com
To use any @biom3/react
primitives, install the package using your package manager of choice. For example:
npm i @biom3/react
and then import the primitive you need (all primitives will be exported from the root of the package):
import { Box, IconArrowBackward } from '@biom3/react';
To add a new icon to the Biome React package, follow these steps:
Convert your SVG to JSON
<path ... />
elements from your SVG file.MyIcon.json
) with the following structure:
{
"regular": ["<path d=\"...\" />"]
}
{
"regular": ["<path d=\"...\" />"],
"bold": ["<path d=\"...\" />"]
}
Upload the JSON file
../../hosted-assets/icons
directory (relative to this package).Update the icon types
singleVariantIcons
or dualVariantIcons
) in src/components/Icon/shared.ts
for TypeScript support and autocomplete.Bump the package version
Merge your changes
main
branch.Sync the hosted assets
sync-hosted-files-with-s3
will automatically run after your PR is merged, syncing the local files to the remote icon host (e.g., S3 bucket). You do not need to upload manually.Publish the package
Use your icon
<Icon icon="MyIcon" />
FAQs

The npm package @biom3/react receives a total of 1,391 weekly downloads. As such, @biom3/react popularity was classified as popular.
We found that @biom3/react demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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.