Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@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
Arcteryx Breadcrumb Page Component
We found that @arcteryx/components-breadcrumb 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
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.