
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
@edux-design/chrome
Advanced tools
Responsive sidebar primitives (`Sidebar`, `SidebarHeader`, `SidebarSection`, `SidebarItem`, `SidebarFooter`) used to build the application chrome in Edux products. The components manage expand/collapse state, tooltips for the collapsed view, and consisten
Responsive sidebar primitives (Sidebar, SidebarHeader, SidebarSection, SidebarItem, SidebarFooter) used to build the application chrome in Edux products. The components manage expand/collapse state, tooltips for the collapsed view, and consistent spacing/focus styles.
pnpm add @edux-design/chrome @edux-design/utils @edux-design/tooltips @edux-design/icons
# or
npm install @edux-design/chrome @edux-design/utils @edux-design/tooltips @edux-design/icons
Peer deps: react@^19.1.0, react-dom@^19.1.0.
import {
Sidebar,
SidebarHeader,
SidebarSection,
SidebarItem,
SidebarFooter,
} from "@edux-design/chrome";
import { Users, Settings } from "@edux-design/icons";
export function AppChrome() {
return (
<Sidebar defaultExpanded>
<SidebarHeader logo={<span className="text-lg font-bold">Edux</span>} />
<SidebarSection title="Workspace">
<SidebarItem icon={<Users />} label="People" active />
<SidebarItem icon={<Settings />} label="Settings" />
</SidebarSection>
<SidebarFooter>
<button className="text-sm">Logout</button>
</SidebarFooter>
</Sidebar>
);
}
isExpanded and exposes a toggle button in SidebarHeader.@edux-design/tooltips) so labels remain discoverable.pnpm --filter @edux-design/chrome lint
pnpm --filter @edux-design/chrome check-types
pnpm --filter @edux-design/chrome build
Stories live at src/demos/Sidebar.stories.jsx and cover both expanded/collapsed states.
SidebarItem renders a focusable list item (TooltipTrigger). Pass onClick or wrap it with routing logic (e.g., next/link via asChild support if needed).Sidebar.jsx (avatar presets, padding fixes) are good starter issues if you need enhancements.FAQs
Responsive sidebar primitives (`Sidebar`, `SidebarHeader`, `SidebarSection`, `SidebarItem`, `SidebarFooter`) used to build the application chrome in Edux products. The components manage expand/collapse state, tooltips for the collapsed view, and consisten
We found that @edux-design/chrome demonstrated a healthy version release cadence and project activity because the last version was released less than 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
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.