
Product
Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.
@igloo-ui/breadcrumb
Advanced tools
Breadcrumbs allow users to orient themselves in the hierarchy of the app. It also provides a way to navigate to the parent page.
Breadcrumbs allow users to orient themselves in the hierarchy of the app. It also provides a way to navigate to the parent page.
To install @igloo-ui/breadcrumb in your project, you will need to run the following command using npm:
npm install @igloo-ui/breadcrumb
If you prefer Yarn, use the following command instead:
yarn add @igloo-ui/breadcrumb
Then to use the component in your code just import it!
import Breadcrumb from '@igloo-ui/breadcrumb';
<Breadcrumb
items={[
{
label: 'Home',
link: '#',
},
{
label: 'Career',
link: '#',
},
{
label: 'Developer',
},
]}
/>;
FAQs
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.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.

Research
More than 140 Mastra npm packages were compromised in a supply chain attack that used a typosquatted dependency to deliver a cross-platform infostealer during installation.

Research
/Security News
A new npm package tests AI malware scanners with prompt injection, safety-triggering comments, context flooding, and obfuscated JavaScript.