Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vaadin/side-nav

Package Overview
Dependencies
Maintainers
12
Versions
180
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/side-nav - npm Package Compare versions

Comparing version 24.4.0-alpha5 to 24.4.0-alpha6

14

package.json
{
"name": "@vaadin/side-nav",
"version": "24.4.0-alpha5",
"version": "24.4.0-alpha6",
"publishConfig": {

@@ -38,7 +38,7 @@ "access": "public"

"@open-wc/dedupe-mixin": "^1.3.0",
"@vaadin/a11y-base": "24.4.0-alpha5",
"@vaadin/component-base": "24.4.0-alpha5",
"@vaadin/vaadin-lumo-styles": "24.4.0-alpha5",
"@vaadin/vaadin-material-styles": "24.4.0-alpha5",
"@vaadin/vaadin-themable-mixin": "24.4.0-alpha5",
"@vaadin/a11y-base": "24.4.0-alpha6",
"@vaadin/component-base": "24.4.0-alpha6",
"@vaadin/vaadin-lumo-styles": "24.4.0-alpha6",
"@vaadin/vaadin-material-styles": "24.4.0-alpha6",
"@vaadin/vaadin-themable-mixin": "24.4.0-alpha6",
"lit": "^3.0.0"

@@ -56,3 +56,3 @@ },

],
"gitHead": "05618f05f9604d328daa3e6501a5a29d522c2ec4"
"gitHead": "7d555ad342715966005883fafcd20001425a6d8c"
}

@@ -103,2 +103,7 @@ /**

/**
* The target of the link. Works only when `path` is set.
*/
target: string | null | undefined;
addEventListener<K extends keyof SideNavItemEventMap>(

@@ -105,0 +110,0 @@ type: K,

@@ -130,2 +130,7 @@ /**

},
/**
* The target of the link. Works only when `path` is set.
*/
target: String,
};

@@ -205,2 +210,3 @@ }

href="${ifDefined(this.disabled ? null : this.path)}"
target="${ifDefined(this.target)}"
part="link"

@@ -207,0 +213,0 @@ aria-current="${this.current ? 'page' : 'false'}"

{
"$schema": "https://json.schemastore.org/web-types",
"name": "@vaadin/side-nav",
"version": "24.4.0-alpha5",
"version": "24.4.0-alpha6",
"description-markup": "markdown",

@@ -45,2 +45,13 @@ "contributions": {

{
"name": "target",
"description": "The target of the link. Works only when `path` is set.",
"value": {
"type": [
"string",
"null",
"undefined"
]
}
},
{
"name": "theme",

@@ -107,2 +118,13 @@ "description": "The theme variants to apply to the component.",

}
},
{
"name": "target",
"description": "The target of the link. Works only when `path` is set.",
"value": {
"type": [
"string",
"null",
"undefined"
]
}
}

@@ -109,0 +131,0 @@ ],

{
"$schema": "https://json.schemastore.org/web-types",
"name": "@vaadin/side-nav",
"version": "24.4.0-alpha5",
"version": "24.4.0-alpha6",
"description-markup": "markdown",

@@ -58,2 +58,9 @@ "framework": "lit",

{
"name": ".target",
"description": "The target of the link. Works only when `path` is set.",
"value": {
"kind": "expression"
}
},
{
"name": "@expanded-changed",

@@ -60,0 +67,0 @@ "description": "Fired when the `expanded` property changes.",

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