
Research
/Security News
jscrambler npm Package Compromised in Supply Chain Attack
A compromised jscrambler npm release added a malicious preinstall hook that runs hidden native binaries on Linux, macOS, and Windows.
@solidjs/web
Advanced tools
Solid's web runtime: client rendering, hydration, SSR, and DOM-specific control flow (Portal, Dynamic).
Solid 2.0's web platform runtime — DOM rendering, hydration, server-side rendering, and the web-only control-flow components (Portal, Dynamic).
Solid 2.0 (experimental beta). In 1.x this package was the
solid-js/websubpath; in 2.0 it's a separate@solidjs/webpackage.See
solid-js's CHEATSHEET and MIGRATION guide for the 2.0 surface.
// Browser / hydration
import { render, hydrate, Portal, Dynamic, dynamic } from "@solidjs/web";
// Server (SSR)
import {
renderToString,
renderToStringAsync,
renderToStream,
isServer
} from "@solidjs/web";
The control-flow components from solid-js (For, Show, Switch/Match, Loading, Errored, Repeat, Reveal) are also re-exported from @solidjs/web for convenience.
FAQs
Solid's web runtime for the browser and the server
The npm package @solidjs/web receives a total of 7,855 weekly downloads. As such, @solidjs/web popularity was classified as popular.
We found that @solidjs/web 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
A compromised jscrambler npm release added a malicious preinstall hook that runs hidden native binaries on Linux, macOS, and Windows.

Research
/Security News
A malicious .NET package is typosquatting the Braintree SDK to steal live payment card data, merchant API keys, and host secrets from production apps.

Security News
/Research
Compromised Injective SDK npm version 1.20.21 exfiltrates wallet private keys and mnemonics through fake telemetry functionality.