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
0
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.19 to 24.3.20

26

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

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

"@polymer/polymer": "^3.0.0",
"@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"
"@vaadin/a11y-base": "~24.3.20",
"@vaadin/combo-box": "~24.3.20",
"@vaadin/component-base": "~24.3.20",
"@vaadin/field-base": "~24.3.20",
"@vaadin/input-container": "~24.3.20",
"@vaadin/item": "~24.3.20",
"@vaadin/lit-renderer": "~24.3.20",
"@vaadin/overlay": "~24.3.20",
"@vaadin/vaadin-lumo-styles": "~24.3.20",
"@vaadin/vaadin-material-styles": "~24.3.20",
"@vaadin/vaadin-themable-mixin": "~24.3.20"
},

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

],
"gitHead": "5e9460d995aabed74fe1d92b17f45fe79c5d9f83"
"gitHead": "3b21cd1e7318085fc256af1ce8d2a00e2d7f596e"
}

@@ -361,2 +361,6 @@ /**

if (this.opened) {
// Store filter value for checking if user input is matching
// an item which is already selected, to not un-select it.
this.lastFilter = this.filter;
this.dispatchEvent(

@@ -363,0 +367,0 @@ new CustomEvent('combo-box-item-selected', {

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

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

{
"$schema": "https://json.schemastore.org/web-types",
"name": "@vaadin/multi-select-combo-box",
"version": "24.3.19",
"version": "24.3.20",
"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