Socket
Socket
Sign inDemoInstall

@chakra-ui/breadcrumb

Package Overview
Dependencies
Maintainers
3
Versions
410
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/breadcrumb - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

3

dist/breadcrumb-link.d.ts

@@ -5,2 +5,5 @@ import * as _chakra_ui_system from '@chakra-ui/system';

interface BreadcrumbLinkProps extends HTMLChakraProps<"a"> {
/**
* @default false
*/
isCurrentPage?: boolean;

@@ -7,0 +10,0 @@ }

@@ -18,3 +18,9 @@ import { SystemStyleObject } from '@chakra-ui/system';

interface BreadcrumbItemOptions extends BreadcrumbOptions {
/**
* @default false
*/
isCurrentPage?: boolean;
/**
* @default false
*/
isLastChild?: boolean;

@@ -21,0 +27,0 @@ }

2

package.json
{
"name": "@chakra-ui/breadcrumb",
"version": "2.1.3",
"version": "2.1.4",
"description": "A React component used for navigation, with each item acting as a link",

@@ -5,0 +5,0 @@ "keywords": [

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