
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
@zendeskgarden/react-chrome
Advanced tools
Components relating to Chrome within the Garden Design System.
Collection of elements relating to the Chrome component within the Garden Design System
npm install @zendeskgarden/react-chrome
# Peer Dependencies - Also Required
npm install react react-dom styled-components @zendeskgarden/react-theming
import { ThemeProvider } from '@zendeskgarden/react-theming';
import { Chrome, Nav, Body, Header, Content, Main } from '@zendeskgarden/react-chrome';
import SupportIcon from '@zendeskgarden/icons/src/26/relationshape-support.svg';
import BrandmarkIcon from '@zendeskgarden/svg-icons/src/26/zendesk.svg';
<ThemeProvider>
<Chrome>
<Nav isExpanded>
<Nav.Item hasLogo product="support" title="Zendesk Support">
<Nav.ItemIcon>
<SupportIcon />
</Nav.ItemIcon>
<NavItemText>Zendesk Support</NavItemText>
</Nav.Item>
<Nav.List>
<Nav.Item isCurrent>
<Nav.ItemIcon>
<HomeIcon />
</Nav.ItemIcon>
<NavItemText>Home</NavItemText>
</Nav.Item>
</Nav.List>
<Nav.Item hasBrandmark>
<Nav.ItemIcon>
<BrandmarkIcon />
</Nav.ItemIcon>
<Nav.ItemText>Brandmark</Nav.ItemText>
</Nav.Item>
</Nav>
<Body>
<Header>...</Header>
<Content>
<Main>Lorem ipsum...</Main>
</Content>
</Body>
</Chrome>
</ThemeProvider>;
v9.9.0 (2025-07-31)
dropdowns
modals
loaders
FAQs
Components relating to Chrome within the Garden Design System.
The npm package @zendeskgarden/react-chrome receives a total of 25,455 weekly downloads. As such, @zendeskgarden/react-chrome popularity was classified as popular.
We found that @zendeskgarden/react-chrome demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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 flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.