New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@elvia/elvis-breadcrumb

Package Overview
Dependencies
Maintainers
6
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elvia/elvis-breadcrumb - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

8

CHANGELOG.md
# Elvia Breadcrumbs
## 1.2.3 (26.01.21)
## 1.2.4 (28.01.22)
### Patch
- Added aria properties to breadcrumb component
## 1.2.3 (26.01.22)
- Updated dependencies

@@ -6,0 +12,0 @@

7

dist/react/js/elvia-breadcrumb.js

@@ -67,3 +67,4 @@ /*

isClickable: false,
"data-testid": "breadcrumb-desktop-last-link"
"data-testid": "breadcrumb-desktop-last-link",
"aria-current": "location"
}, breadcrumb.title);

@@ -95,5 +96,7 @@ }

return /*#__PURE__*/React.createElement(BreadcrumbWrapper, null, breadcrumb);
return /*#__PURE__*/React.createElement(BreadcrumbWrapper, {
"aria-label": "Breadcrumbs"
}, breadcrumb);
};
export default Breadcrumb;
{
"name": "@elvia/elvis-breadcrumb",
"version": "1.2.3",
"version": "1.2.4",
"description": "",

@@ -12,3 +12,3 @@ "license": "MIT",

"dependencies": {
"@elvia/elvis-component-wrapper": "^2.1.6",
"@elvia/elvis-component-wrapper": "^2.1.11",
"@elvia/elvis-colors": "^1.2.0",

@@ -15,0 +15,0 @@ "@elvia/elvis-typography": "^1.2.0",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc