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

@vaadin/list-box

Package Overview
Dependencies
Maintainers
12
Versions
420
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/list-box - npm Package Compare versions

Comparing version 23.3.20 to 23.3.21

16

package.json
{
"name": "@vaadin/list-box",
"version": "23.3.20",
"version": "23.3.21",
"publishConfig": {

@@ -39,8 +39,8 @@ "access": "public"

"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "~23.3.20",
"@vaadin/item": "~23.3.20",
"@vaadin/vaadin-list-mixin": "~23.3.20",
"@vaadin/vaadin-lumo-styles": "~23.3.20",
"@vaadin/vaadin-material-styles": "~23.3.20",
"@vaadin/vaadin-themable-mixin": "~23.3.20"
"@vaadin/component-base": "~23.3.21",
"@vaadin/item": "~23.3.21",
"@vaadin/vaadin-list-mixin": "~23.3.21",
"@vaadin/vaadin-lumo-styles": "~23.3.21",
"@vaadin/vaadin-material-styles": "~23.3.21",
"@vaadin/vaadin-themable-mixin": "~23.3.21"
},

@@ -56,3 +56,3 @@ "devDependencies": {

],
"gitHead": "6010ff63c0309ece424067a17b72e83dfa6db347"
"gitHead": "5caee824b60295eb1e03b736880ed73f62a8988c"
}
{
"$schema": "https://json.schemastore.org/web-types",
"name": "@vaadin/list-box",
"version": "23.3.20",
"version": "24.2.0-alpha1",
"description-markup": "markdown",

@@ -11,5 +11,16 @@ "contributions": {

"name": "vaadin-list-box",
"description": "`<vaadin-list-box>` is a Web Component for creating menus.\n\n```\n <vaadin-list-box selected=\"2\">\n <vaadin-item>Item 1</vaadin-item>\n <vaadin-item>Item 2</vaadin-item>\n <vaadin-item>Item 3</vaadin-item>\n <vaadin-item>Item 4</vaadin-item>\n </vaadin-list-box>\n```\n\n### Styling\n\nThe following shadow DOM parts are available for styling:\n\nPart name | Description\n------------------|------------------------\n`items` | The items container\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.",
"description": "`<vaadin-list-box>` is a Web Component for creating menus.\n\n```\n <vaadin-list-box selected=\"2\">\n <vaadin-item>Item 1</vaadin-item>\n <vaadin-item>Item 2</vaadin-item>\n <vaadin-item>Item 3</vaadin-item>\n <vaadin-item>Item 4</vaadin-item>\n </vaadin-list-box>\n```\n\n### Styling\n\nThe following shadow DOM parts are available for styling:\n\nPart name | Description\n------------------|------------------------\n`items` | The items container\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.",
"attributes": [
{
"name": "disabled",
"description": "If true, the user cannot interact with this element.\nWhen the element is disabled, the selected item is\nnot updated when `selected` property is changed.",
"value": {
"type": [
"boolean",
"null",
"undefined"
]
}
},
{
"name": "selected",

@@ -51,2 +62,13 @@ "description": "The index of the item selected in the items array.\nNote: Not updated when used in `multiple` selection mode.",

{
"name": "disabled",
"description": "If true, the user cannot interact with this element.\nWhen the element is disabled, the selected item is\nnot updated when `selected` property is changed.",
"value": {
"type": [
"boolean",
"null",
"undefined"
]
}
},
{
"name": "selected",

@@ -53,0 +75,0 @@ "description": "The index of the item selected in the items array.\nNote: Not updated when used in `multiple` selection mode.",

{
"$schema": "https://json.schemastore.org/web-types",
"name": "@vaadin/list-box",
"version": "23.3.20",
"version": "24.2.0-alpha1",
"description-markup": "markdown",

@@ -19,6 +19,13 @@ "framework": "lit",

"name": "vaadin-list-box",
"description": "`<vaadin-list-box>` is a Web Component for creating menus.\n\n```\n <vaadin-list-box selected=\"2\">\n <vaadin-item>Item 1</vaadin-item>\n <vaadin-item>Item 2</vaadin-item>\n <vaadin-item>Item 3</vaadin-item>\n <vaadin-item>Item 4</vaadin-item>\n </vaadin-list-box>\n```\n\n### Styling\n\nThe following shadow DOM parts are available for styling:\n\nPart name | Description\n------------------|------------------------\n`items` | The items container\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.",
"description": "`<vaadin-list-box>` is a Web Component for creating menus.\n\n```\n <vaadin-list-box selected=\"2\">\n <vaadin-item>Item 1</vaadin-item>\n <vaadin-item>Item 2</vaadin-item>\n <vaadin-item>Item 3</vaadin-item>\n <vaadin-item>Item 4</vaadin-item>\n </vaadin-list-box>\n```\n\n### Styling\n\nThe following shadow DOM parts are available for styling:\n\nPart name | Description\n------------------|------------------------\n`items` | The items container\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.",
"extension": true,
"attributes": [
{
"name": "?disabled",
"description": "If true, the user cannot interact with this element.\nWhen the element is disabled, the selected item is\nnot updated when `selected` property is changed.",
"value": {
"kind": "expression"
}
},
{
"name": "?multiple",

@@ -25,0 +32,0 @@ "description": "Specifies that multiple options can be selected at once.",

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