
Research
/Security News
77 Firefox Extensions Linked to Crypto Wallet and Credential Theft
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.
@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: client rendering, hydration, SSR, and DOM-specific control flow (Portal, Dynamic).
The npm package @solidjs/web receives a total of 7,242 weekly downloads. As such, @solidjs/web popularity was classified as popular.
We found that @solidjs/web demonstrated a healthy version release cadence and project activity because the last version was released less than 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 uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.

Security News
NIST disclosed an unreleased AI tool called V-etalon and opened a broad inquiry into NVD modernization after years of automation plans produced no public enrichment system.

Security News
In his AI Council 2026 talk, Feross Aboukhadijeh covers recent package compromises, vulnerability discovery, and a more automated security model.