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-alpha4 to 4.2.0-alpha5

4

package.json
{
"description": "Polymer element for displaying a list of items with filtering",
"description": "Web Component for displaying a list of items with filtering",
"keywords": [

@@ -13,3 +13,3 @@ "Vaadin",

"name": "@vaadin/vaadin-combo-box",
"version": "4.2.0-alpha4",
"version": "4.2.0-alpha5",
"main": "vaadin-combo-box.js",

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

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

}
this._pendingRequests = {};
const filteredItems = [];

@@ -167,0 +168,0 @@ filteredItems.length = this.size || 0;

@@ -288,3 +288,3 @@ /**

this._removeNewRendererOrTemplate(template, this._oldTemplate, renderer, this._oldRenderer);
throw new Error('You should only use either a renderer or a template for dialog content');
throw new Error('You should only use either a renderer or a template for combo box items');
}

@@ -291,0 +291,0 @@

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

static get version() {
return '4.2.0-alpha4';
return '4.2.0-alpha5';
}

@@ -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