Socket
Socket
Sign inDemoInstall

@vaadin/multi-select-combo-box

Package Overview
Dependencies
Maintainers
0
Versions
311
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.5.0-alpha7 to 24.5.0-alpha8

32

package.json
{
"name": "@vaadin/multi-select-combo-box",
"version": "24.5.0-alpha7",
"version": "24.5.0-alpha8",
"publishConfig": {

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

"@polymer/polymer": "^3.0.0",
"@vaadin/a11y-base": "24.5.0-alpha7",
"@vaadin/combo-box": "24.5.0-alpha7",
"@vaadin/component-base": "24.5.0-alpha7",
"@vaadin/field-base": "24.5.0-alpha7",
"@vaadin/input-container": "24.5.0-alpha7",
"@vaadin/item": "24.5.0-alpha7",
"@vaadin/lit-renderer": "24.5.0-alpha7",
"@vaadin/overlay": "24.5.0-alpha7",
"@vaadin/vaadin-lumo-styles": "24.5.0-alpha7",
"@vaadin/vaadin-material-styles": "24.5.0-alpha7",
"@vaadin/vaadin-themable-mixin": "24.5.0-alpha7"
"@vaadin/a11y-base": "24.5.0-alpha8",
"@vaadin/combo-box": "24.5.0-alpha8",
"@vaadin/component-base": "24.5.0-alpha8",
"@vaadin/field-base": "24.5.0-alpha8",
"@vaadin/input-container": "24.5.0-alpha8",
"@vaadin/item": "24.5.0-alpha8",
"@vaadin/lit-renderer": "24.5.0-alpha8",
"@vaadin/overlay": "24.5.0-alpha8",
"@vaadin/vaadin-lumo-styles": "24.5.0-alpha8",
"@vaadin/vaadin-material-styles": "24.5.0-alpha8",
"@vaadin/vaadin-themable-mixin": "24.5.0-alpha8"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
"@vaadin/testing-helpers": "^0.6.0",
"@vaadin/chai-plugins": "24.5.0-alpha8",
"@vaadin/testing-helpers": "^1.0.0",
"lit": "^3.0.0",
"sinon": "^13.0.2"
"sinon": "^18.0.0"
},

@@ -64,3 +64,3 @@ "web-types": [

],
"gitHead": "89f77a69ae0eba6247f2b3084941f9395d7134e1"
"gitHead": "1e227aaa55df3f5dae3d477b9afb5fce4f5ece33"
}

@@ -402,2 +402,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(

@@ -404,0 +408,0 @@ new CustomEvent('combo-box-item-selected', {

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

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

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