
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
@arcteryx/components-breadcrumb
Advanced tools
Common Breadcrumb page component for Outdoor, Urban and LEAF. This package exports ES, CJS, and UMD module definitions.
npm install --save @arcteryx/components-breadcrumb
Note, it will be up to the consuming application to create the URLs for the breadcrumbs. Create a breadcrumb object to pass:
{
breadcrumbs: [
{ label: "Arc'teryx", url: "https://arcteryx.com/ca/en" },
{ label: "Women's", url: "https://arcteryx.com/ca/en/c/womens" },
{
label: "Shell Jackets",
url: "https://arcteryx.com/ca/en/c/womens/shell-jackets"
},
{
label: "Softshell",
url:
"https://arcteryx.com/ca/en/c/womens/shell-jackets/sub-cat=softshell"
}
],
market: "outdoor",
colour: "000000"
}
Pass props to Breadcrumb component:
<Breadcrumb
breadcrumbs={data.breadcrumbs}
market={data.market}
colour={data.colour}
theme={data.theme}
/>
See More at example/src/BreadcrumbList.js
npm run start
rm -rf node_modules/*react #if you have react install in the tile, it will break the example
npm install
npm run build
cd example
npm install
npm run start
See runnable example app for examples of a different breadcrumbs
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.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.