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

@vaadin/grid

Package Overview
Dependencies
Maintainers
12
Versions
442
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/grid - npm Package Compare versions

Comparing version

to
24.8.0-alpha5

24

package.json
{
"name": "@vaadin/grid",
"version": "24.8.0-alpha4",
"version": "24.8.0-alpha5",
"publishConfig": {

@@ -49,15 +49,15 @@ "access": "public"

"@polymer/polymer": "^3.0.0",
"@vaadin/a11y-base": "24.8.0-alpha4",
"@vaadin/checkbox": "24.8.0-alpha4",
"@vaadin/component-base": "24.8.0-alpha4",
"@vaadin/lit-renderer": "24.8.0-alpha4",
"@vaadin/text-field": "24.8.0-alpha4",
"@vaadin/vaadin-lumo-styles": "24.8.0-alpha4",
"@vaadin/vaadin-material-styles": "24.8.0-alpha4",
"@vaadin/vaadin-themable-mixin": "24.8.0-alpha4",
"@vaadin/a11y-base": "24.8.0-alpha5",
"@vaadin/checkbox": "24.8.0-alpha5",
"@vaadin/component-base": "24.8.0-alpha5",
"@vaadin/lit-renderer": "24.8.0-alpha5",
"@vaadin/text-field": "24.8.0-alpha5",
"@vaadin/vaadin-lumo-styles": "24.8.0-alpha5",
"@vaadin/vaadin-material-styles": "24.8.0-alpha5",
"@vaadin/vaadin-themable-mixin": "24.8.0-alpha5",
"lit": "^3.0.0"
},
"devDependencies": {
"@vaadin/chai-plugins": "24.8.0-alpha4",
"@vaadin/test-runner-commands": "24.8.0-alpha4",
"@vaadin/chai-plugins": "24.8.0-alpha5",
"@vaadin/test-runner-commands": "24.8.0-alpha5",
"@vaadin/testing-helpers": "^1.1.0",

@@ -70,3 +70,3 @@ "sinon": "^18.0.0"

],
"gitHead": "88251b4c84ebb8849dde982acb62cc2b20eeec31"
"gitHead": "3bb64b9ad9b00ac3adb94eb1bedd81b0f4ae574e"
}

@@ -494,3 +494,3 @@ /**

if (this._dataProviderController.isLoading() || !this.clientHeight) {
if (this._dataProviderController.isLoading() || !this.clientHeight || !this._columnTree) {
this.__pendingScrollToIndexes = indexes;

@@ -497,0 +497,0 @@ }

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display