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

@vaadin/vaadin-grid

Package Overview
Dependencies
Maintainers
14
Versions
354
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-grid - npm Package Compare versions

Comparing version

to
5.2.0-alpha6

2

package.json

@@ -18,3 +18,3 @@ {

"name": "@vaadin/vaadin-grid",
"version": "5.2.0-alpha5",
"version": "5.2.0-alpha6",
"main": "vaadin-grid.js",

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

@@ -0,0 +0,0 @@ [![npm version](https://badge.fury.io/js/%40vaadin%2Fvaadin-grid.svg)](https://badge.fury.io/js/%40vaadin%2Fvaadin-grid)

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

let el = this;
while (el && el.localName !== 'vaadin-grid') {
// Custom elements extending grid must have a specific localName
while (el && !/^vaadin.*grid$/.test(el.localName)) {
el = el.assignedSlot ? el.assignedSlot.parentNode : el.parentNode;

@@ -176,0 +177,0 @@ }

@@ -313,3 +313,3 @@ /**

static get version() {
return '5.2.0-alpha5';
return '5.2.0-alpha6';
}

@@ -316,0 +316,0 @@