
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.
bun-plugin-solid
Advanced tools
A plugin to compile Solid.js code with Bun.
bun add -D bun-plugin-solid
import { SolidPlugin } from "bun-plugin-solid";
await Bun.build({
// ...
plugins: [SolidPlugin()],
});
All passed options are forwarded to babel-preset-solid
. For example:
await Bun.build({
// ...
plugins: [SolidPlugin({ generate: "ssr", hydratable: true })],
});
This plugin uses babel under the hood, which is not ideal. However, there is (currently) no clear public roadmap for proper compilation of Solid.js in Bun, so this plugin is a temporary solution for those (like me) who want to use Bun to build their Solid.js projects.
The hope is that it'll become obsolete once there is a better solution, at which point it can simply be removed.
The plugin will only run in for .jsx
and .tsx
files.
FAQs
A plugin to compile Solid.js with Bun.
We found that bun-plugin-solid demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.