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

@vaadin/vaadin-combo-box

Package Overview
Dependencies
Maintainers
14
Versions
304
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 4.2.0-alpha6 to 4.2.0-alpha7

2

package.json

@@ -13,3 +13,3 @@ {

"name": "@vaadin/vaadin-combo-box",
"version": "4.2.0-alpha6",
"version": "4.2.0-alpha7",
"main": "vaadin-combo-box.js",

@@ -16,0 +16,0 @@ "author": "Vaadin Ltd",

@@ -233,3 +233,5 @@ /**

_isItemSelected(item, selectedItem, itemIdPath) {
if (itemIdPath && item !== undefined && selectedItem !== undefined) {
if (item instanceof ComboBoxPlaceholder) {
return false;
} else if (itemIdPath && item !== undefined && selectedItem !== undefined) {
return this.get(itemIdPath, item) === this.get(itemIdPath, selectedItem);

@@ -236,0 +238,0 @@ } else {

@@ -255,3 +255,3 @@ /**

static get version() {
return '4.2.0-alpha6';
return '4.2.0-alpha7';
}

@@ -258,0 +258,0 @@

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