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
19
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 20.0.0-beta1 to 21.0.0-alpha0.29f1db3de

25

package.json
{
"name": "@vaadin/vaadin-combo-box",
"version": "20.0.0-beta1",
"version": "21.0.0-alpha0.29f1db3de",
"description": "Web Component for displaying a list of items with filtering",

@@ -31,10 +31,10 @@ "main": "vaadin-combo-box.js",

"@polymer/polymer": "^3.0.0",
"@vaadin/vaadin-control-state-mixin": "^20.0.0-beta1",
"@vaadin/vaadin-element-mixin": "^20.0.0-beta1",
"@vaadin/vaadin-item": "^20.0.0-beta1",
"@vaadin/vaadin-lumo-styles": "^20.0.0-beta1",
"@vaadin/vaadin-material-styles": "^20.0.0-beta1",
"@vaadin/vaadin-overlay": "^20.0.0-beta1",
"@vaadin/vaadin-text-field": "^20.0.0-beta1",
"@vaadin/vaadin-themable-mixin": "^20.0.0-beta1"
"@vaadin/vaadin-control-state-mixin": "^21.0.0-alpha0.29f1db3de",
"@vaadin/vaadin-element-mixin": "^21.0.0-alpha0.29f1db3de",
"@vaadin/vaadin-item": "^21.0.0-alpha0.29f1db3de",
"@vaadin/vaadin-lumo-styles": "^21.0.0-alpha0.29f1db3de",
"@vaadin/vaadin-material-styles": "^21.0.0-alpha0.29f1db3de",
"@vaadin/vaadin-overlay": "^21.0.0-alpha0.29f1db3de",
"@vaadin/vaadin-text-field": "^21.0.0-alpha0.29f1db3de",
"@vaadin/vaadin-themable-mixin": "^21.0.0-alpha0.29f1db3de"
},

@@ -45,4 +45,5 @@ "devDependencies": {

"@polymer/paper-input": "^3.0.0",
"@vaadin/testing-helpers": "^0.1.5",
"@vaadin/vaadin-dialog": "^20.0.0-beta1",
"@vaadin/testing-helpers": "^0.2.1",
"@vaadin/vaadin-dialog": "^21.0.0-alpha0.29f1db3de",
"@vaadin/vaadin-template-renderer": "^21.0.0-alpha0.29f1db3de",
"sinon": "^9.2.0"

@@ -53,3 +54,3 @@ },

},
"gitHead": "a8bc4c410600c8039e8e3f5fa4c763fdb328e10d"
"gitHead": "70e741f8e450dbea6f50de314514f4a15b2072b9"
}

@@ -28,3 +28,3 @@ /**

*
* See [ThemableMixin – how to apply styles for shadow parts](https://github.com/vaadin/vaadin-themable-mixin/wiki)
* See [Styling Components](https://vaadin.com/docs/latest/ds/customization/styling-components) documentation.
*

@@ -31,0 +31,0 @@ * @mixes ThemableMixin

@@ -162,3 +162,3 @@ import { TextFieldElement } from '@vaadin/vaadin-text-field/vaadin-text-field';

*
* See [ThemableMixin – how to apply styles for shadow parts](https://github.com/vaadin/vaadin-themable-mixin/wiki)
* See [Styling Components](https://vaadin.com/docs/latest/ds/customization/styling-components) documentation.
*

@@ -165,0 +165,0 @@ * @fires {Event} change - Fired when the user commits a value change.

@@ -162,3 +162,3 @@ /**

*
* See [ThemableMixin – how to apply styles for shadow parts](https://github.com/vaadin/vaadin-themable-mixin/wiki)
* See [Styling Components](https://vaadin.com/docs/latest/ds/customization/styling-components) documentation.
*

@@ -260,3 +260,3 @@ * @fires {Event} change - Fired when the user commits a value change.

static get version() {
return '20.0.0-beta1';
return '21.0.0-alpha0';
}

@@ -263,0 +263,0 @@

export * from './src/vaadin-combo-box.js';
export * from './src/interfaces';
// TODO: remove from Vaadin 21
export * from './src/vaadin-combo-box-legacy-events.js';
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