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

@vaadin/vaadin-list-mixin

Package Overview
Dependencies
Maintainers
12
Versions
254
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 23.2.0-alpha6 to 23.2.0-beta1

8

package.json
{
"name": "@vaadin/vaadin-list-mixin",
"version": "23.2.0-alpha6",
"version": "23.2.0-beta1",
"publishConfig": {

@@ -17,3 +17,3 @@ "access": "public"

"bugs": {
"url": "https://github.com/vaadin/vaadin-list-mixin/issues"
"url": "https://github.com/vaadin/web-components/issues"
},

@@ -37,3 +37,3 @@ "main": "vaadin-list-mixin.js",

"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "23.2.0-alpha6"
"@vaadin/component-base": "23.2.0-beta1"
},

@@ -45,3 +45,3 @@ "devDependencies": {

},
"gitHead": "61f1fb56953434e97d34a8819640064301dd3d8a"
"gitHead": "82ff7254f27a1a089367e4dd005f63879e33c188"
}

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

import { DirHelper } from '@vaadin/component-base/src/dir-helper.js';
import { isElementFocused } from '@vaadin/component-base/src/focus-utils.js';

@@ -91,3 +92,3 @@ /**

this._observer = new FlattenedNodesObserver(this, () => {
this._setItems(this._filterItems(Array.from(this.children)));
this._setItems(this._filterItems(FlattenedNodesObserver.getFlattenedNodes(this)));
});

@@ -126,3 +127,3 @@ }

get focused() {
return this.getRootNode().activeElement;
return (this.items || []).find(isElementFocused);
}

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