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

@vaadin/vaadin-list-box

Package Overview
Dependencies
Maintainers
18
Versions
250
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.0.0-alpha1 to 2.0.0

4

package.json
{
"name": "@vaadin/vaadin-list-box",
"version": "2.0.0-alpha1",
"version": "2.0.0",
"description": "vaadin-list-box",

@@ -59,3 +59,3 @@ "main": "vaadin-list-box.js",

"@vaadin/vaadin-themable-mixin": "^1.6.1",
"@vaadin/vaadin-item": "^3.0.0-alpha1",
"@vaadin/vaadin-item": "^3.0.0",
"@vaadin/vaadin-list-mixin": "^2.5.0",

@@ -62,0 +62,0 @@ "@vaadin/vaadin-lumo-styles": "^1.6.1",

@@ -54,5 +54,5 @@ import { ThemableMixin } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js';

*
* @fires {CustomEvent<Array<Element>>} items-changed
* @fires {CustomEvent<number>} selected-changed
* @fires {CustomEvent<Array<string>>} selected-values-changed
* @fires {CustomEvent} items-changed - Fired when the `items` property changes.
* @fires {CustomEvent} selected-changed - Fired when the `selected` property changes.
* @fires {CustomEvent} selected-values-changed - Fired when the `selectedValues` property changes.
*/

@@ -59,0 +59,0 @@ declare class ListBoxElement extends MultiSelectListMixin(ThemableMixin(ElementMixin(HTMLElement))) {

@@ -33,5 +33,5 @@ /**

*
* @fires {CustomEvent<Array<Element>>} items-changed
* @fires {CustomEvent<number>} selected-changed
* @fires {CustomEvent<Array<string>>} selected-values-changed
* @fires {CustomEvent} items-changed - Fired when the `items` property changes.
* @fires {CustomEvent} selected-changed - Fired when the `selected` property changes.
* @fires {CustomEvent} selected-values-changed - Fired when the `selectedValues` property changes.
*

@@ -73,3 +73,3 @@ * @extends HTMLElement

static get version() {
return '2.0.0-alpha1';
return '2.0.0';
}

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