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

@vaadin/multi-select-combo-box

Package Overview
Dependencies
Maintainers
12
Versions
330
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/multi-select-combo-box - npm Package Compare versions

Comparing version 24.3.18 to 24.3.19

26

package.json
{
"name": "@vaadin/multi-select-combo-box",
"version": "24.3.18",
"version": "24.3.19",
"publishConfig": {

@@ -41,13 +41,13 @@ "access": "public"

"@polymer/polymer": "^3.0.0",
"@vaadin/a11y-base": "~24.3.18",
"@vaadin/combo-box": "~24.3.18",
"@vaadin/component-base": "~24.3.18",
"@vaadin/field-base": "~24.3.18",
"@vaadin/input-container": "~24.3.18",
"@vaadin/item": "~24.3.18",
"@vaadin/lit-renderer": "~24.3.18",
"@vaadin/overlay": "~24.3.18",
"@vaadin/vaadin-lumo-styles": "~24.3.18",
"@vaadin/vaadin-material-styles": "~24.3.18",
"@vaadin/vaadin-themable-mixin": "~24.3.18"
"@vaadin/a11y-base": "~24.3.19",
"@vaadin/combo-box": "~24.3.19",
"@vaadin/component-base": "~24.3.19",
"@vaadin/field-base": "~24.3.19",
"@vaadin/input-container": "~24.3.19",
"@vaadin/item": "~24.3.19",
"@vaadin/lit-renderer": "~24.3.19",
"@vaadin/overlay": "~24.3.19",
"@vaadin/vaadin-lumo-styles": "~24.3.19",
"@vaadin/vaadin-material-styles": "~24.3.19",
"@vaadin/vaadin-themable-mixin": "~24.3.19"
},

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

],
"gitHead": "48c098f213c652b55cf43552226f1aa3fe521189"
"gitHead": "5e9460d995aabed74fe1d92b17f45fe79c5d9f83"
}

@@ -442,3 +442,2 @@ /**

type: String,
value: '',
observer: '_placeholderChanged',

@@ -798,5 +797,8 @@ },

const tmpPlaceholder = this._mergeItemLabels(selectedItems);
if (this.__tmpA11yPlaceholder === undefined) {
this.__savedPlaceholder = this.placeholder;
}
this.__tmpA11yPlaceholder = tmpPlaceholder;
this.placeholder = tmpPlaceholder;
} else {
} else if (this.__tmpA11yPlaceholder !== undefined) {
delete this.__tmpA11yPlaceholder;

@@ -803,0 +805,0 @@ this.placeholder = this.__savedPlaceholder;

{
"$schema": "https://json.schemastore.org/web-types",
"name": "@vaadin/multi-select-combo-box",
"version": "24.3.18",
"version": "24.3.19",
"description-markup": "markdown",

@@ -6,0 +6,0 @@ "contributions": {

{
"$schema": "https://json.schemastore.org/web-types",
"name": "@vaadin/multi-select-combo-box",
"version": "24.3.18",
"version": "24.3.19",
"description-markup": "markdown",

@@ -6,0 +6,0 @@ "framework": "lit",

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