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
441
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-alpha4

24

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

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

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

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

],
"gitHead": "8c49e2337a1905ae68d0d7aee2e672500ea72343"
"gitHead": "88251b4c84ebb8849dde982acb62cc2b20eeec31"
}

@@ -209,7 +209,3 @@ /**

__onGridInteraction(e) {
if (e instanceof KeyboardEvent) {
this._shiftKeyDown = e.key !== 'Shift' && e.shiftKey;
} else {
this._shiftKeyDown = e.shiftKey;
}
this._shiftKeyDown = e.shiftKey;

@@ -216,0 +212,0 @@ if (this.autoSelect) {

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

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