Socket
Socket
Sign inDemoInstall

@vaadin/overlay

Package Overview
Dependencies
7
Maintainers
12
Versions
218
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 24.3.13 to 24.3.14

14

package.json
{
"name": "@vaadin/overlay",
"version": "24.3.13",
"version": "24.3.14",
"publishConfig": {

@@ -39,7 +39,7 @@ "access": "public"

"@polymer/polymer": "^3.0.0",
"@vaadin/a11y-base": "~24.3.13",
"@vaadin/component-base": "~24.3.13",
"@vaadin/vaadin-lumo-styles": "~24.3.13",
"@vaadin/vaadin-material-styles": "~24.3.13",
"@vaadin/vaadin-themable-mixin": "~24.3.13"
"@vaadin/a11y-base": "~24.3.14",
"@vaadin/component-base": "~24.3.14",
"@vaadin/vaadin-lumo-styles": "~24.3.14",
"@vaadin/vaadin-material-styles": "~24.3.14",
"@vaadin/vaadin-themable-mixin": "~24.3.14"
},

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

},
"gitHead": "a9551e4fcc8b6f2695a2d3099670a9d0729f2c62"
"gitHead": "4954f480ccfb7dca452e736dd67411a9ad992116"
}

@@ -223,2 +223,7 @@ /**

if (targetRect.width === 0 && targetRect.height === 0 && this.opened) {
this.opened = false;
return;
}
// Detect the desired alignment and update the layout accordingly

@@ -225,0 +230,0 @@ const shouldAlignStartVertically = this.__shouldAlignStartVertically(targetRect);

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc