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
16
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 5.1.0 to 5.1.1

2

package.json

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

"name": "@vaadin/vaadin-combo-box",
"version": "5.1.0",
"version": "5.1.1",
"main": "vaadin-combo-box.js",

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

@@ -31,2 +31,14 @@ /**

connectedCallback() {
super.connectedCallback();
const dropdown = this.__dataHost;
const comboBoxOverlay = dropdown.getRootNode().host;
const comboBox = comboBoxOverlay && comboBoxOverlay.getRootNode().host;
const hostDir = comboBox && comboBox.getAttribute('dir');
if (hostDir) {
this.setAttribute('dir', hostDir);
}
}
ready() {

@@ -33,0 +45,0 @@ super.ready();

@@ -134,2 +134,7 @@ /**

}
const hostDir = this._comboBox.getAttribute('dir');
if (hostDir) {
this.setAttribute('dir', hostDir);
}
}

@@ -136,0 +141,0 @@

@@ -234,3 +234,3 @@ /**

static get version() {
return '5.1.0';
return '5.1.1';
}

@@ -237,0 +237,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