New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vaadin/vaadin-list-mixin

Package Overview
Dependencies
Maintainers
16
Versions
258
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.2.2-alpha3 to 2.3.0-beta1

2

package.json

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

"name": "@vaadin/vaadin-list-mixin",
"version": "2.2.2-alpha3",
"version": "2.3.0-beta1",
"main": "vaadin-list-mixin.js",

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

@@ -27,3 +27,4 @@ /**

/**
* The index of the item selected in the items array
* The index of the item selected in the items array.
* Note: Not updated when used in `multiple` selection mode.
*/

@@ -260,2 +261,11 @@ selected: {

}
/**
* Fired when the selection is changed.
* Not fired when used in `multiple` selection mode.
*
* @event selected-changed
* @param {Object} detail
* @param {Object} detail.value the index of the item selected in the items array.
*/
};

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

* Array of indexes of the items selected in the items array
* Note: Not updated when used in single selection mode.
*/

@@ -98,2 +99,11 @@ selectedValues: {

}
/**
* Fired when the selection is changed.
* Not fired in single selection mode.
*
* @event selected-values-changed
* @param {Object} detail
* @param {Object} detail.value the array of indexes of the items selected in the items array.
*/
};
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