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

@umbraco-ui/uui-breadcrumbs

Package Overview
Dependencies
Maintainers
6
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@umbraco-ui/uui-breadcrumbs - npm Package Compare versions

Comparing version

to
1.5.0-rc.1

10

custom-elements.json

@@ -24,7 +24,2 @@ {

{
"name": "styles",
"type": "CSSResult[]",
"default": "[null]"
},
{
"name": "href",

@@ -42,2 +37,7 @@ "attribute": "href",

"default": "\"'false'\""
},
{
"name": "styles",
"type": "CSSResult[]",
"default": "[null]"
}

@@ -44,0 +44,0 @@ ],

@@ -9,3 +9,2 @@ import { LitElement } from 'lit';

export declare class UUIBreadcrumbItemElement extends LitElement {
static styles: import("lit").CSSResult[];
connectedCallback(): void;

@@ -28,2 +27,3 @@ /**

render(): import("lit-html").TemplateResult<1>;
static styles: import("lit").CSSResult[];
}

@@ -30,0 +30,0 @@ declare global {

@@ -8,3 +8,2 @@ import { LitElement } from 'lit';

export declare class UUIBreadcrumbsElement extends LitElement {
static styles: import("lit").CSSResult[];
private slotNodes;

@@ -15,2 +14,3 @@ private elementIsBreadcrumbItem;

render(): import("lit-html").TemplateResult<1>;
static styles: import("lit").CSSResult[];
}

@@ -17,0 +17,0 @@ declare global {

{
"name": "@umbraco-ui/uui-breadcrumbs",
"version": "1.5.0-rc.0",
"version": "1.5.0-rc.1",
"license": "MIT",

@@ -35,3 +35,3 @@ "keywords": [

"dependencies": {
"@umbraco-ui/uui-base": "1.5.0-rc.0"
"@umbraco-ui/uui-base": "1.5.0-rc.1"
},

@@ -47,3 +47,3 @@ "scripts": {

"homepage": "https://uui.umbraco.com/?path=/story/uui-breadcrumbs",
"gitHead": "73cbc1444590282b7fb63a18d5639628ba18f0a3"
"gitHead": "2ff35a098ed8a3feb8ebed1bf43b4fbb75950d65"
}

@@ -7,3 +7,3 @@ # uui-breadcrumbs

Preview the component on [Storybook](https://uui.umbraco.com/?path=/story/uui-breadcrumbs)
Preview the component on [Storybook](https://uui.umbraco.com/?path=/docs/uui-breadcrumbs--docs)

@@ -10,0 +10,0 @@ ## Installation