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

buoy-breadcrumbs

Package Overview
Dependencies
Maintainers
14
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buoy-breadcrumbs - npm Package Compare versions

Comparing version 6.0.1 to 6.0.2

15

dist/components/breadcrumbItem.js

@@ -40,7 +40,16 @@ "use strict";

var ActiveItem = (0, _styledComponents2.default)(SpanParagraph)(_templateObject, _buoyTheme.colors.primary, (0, _buoyTheme.fontSize)("label"));
var ActiveItem = (0, _styledComponents2.default)(SpanParagraph).withConfig({
displayName: "breadcrumbItem__ActiveItem",
componentId: "sc-142s8fr-0"
})(_templateObject, _buoyTheme.colors.primary, (0, _buoyTheme.fontSize)("label"));
var DeactivatedLink = (0, _styledComponents2.default)(SpanParagraph)(_templateObject, _buoyTheme.colors.neutral, (0, _buoyTheme.fontSize)("label"));
var DeactivatedLink = (0, _styledComponents2.default)(SpanParagraph).withConfig({
displayName: "breadcrumbItem__DeactivatedLink",
componentId: "sc-142s8fr-1"
})(_templateObject, _buoyTheme.colors.neutral, (0, _buoyTheme.fontSize)("label"));
var StyledLink = (0, _styledComponents2.default)(_buoyText.Link)(_templateObject, _buoyTheme.colors.neutral, (0, _buoyTheme.fontSize)("label"));
var StyledLink = (0, _styledComponents2.default)(_buoyText.Link).withConfig({
displayName: "breadcrumbItem__StyledLink",
componentId: "sc-142s8fr-2"
})(_templateObject, _buoyTheme.colors.neutral, (0, _buoyTheme.fontSize)("label"));

@@ -47,0 +56,0 @@ var BreadcrumbItem = function (_Component) {

6

package.json
{
"name": "buoy-breadcrumbs",
"version": "6.0.1",
"version": "6.0.2",
"description": "Breadcrumb component for Buoy Health",

@@ -19,6 +19,6 @@ "main": "dist/index.js",

"dependencies": {
"buoy-text": "^6.0.1",
"buoy-theme": "^6.0.1"
"buoy-text": "^6.0.2",
"buoy-theme": "^6.0.2"
},
"gitHead": "fc44b2e626b12848f4c7dca32bd14fc0c6b1065c"
}
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