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 5.3.2 to 5.3.3

2

package.json

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

"name": "@vaadin/vaadin-grid",
"version": "5.3.2",
"version": "5.3.3",
"main": "vaadin-grid.js",

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

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

return false;
} else if (this._canScroll(el, deltaX, deltaY)) {
} else if (this._canScroll(el, deltaX, deltaY)
&& ['auto', 'scroll'].indexOf(getComputedStyle(el).overflow) !== -1) {
return true;

@@ -160,0 +161,0 @@ } else if (el !== this && el.parentElement) {

@@ -319,3 +319,3 @@ /**

static get version() {
return '5.3.2';
return '5.3.3';
}

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