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

@vaadin/vaadin-overlay

Package Overview
Dependencies
Maintainers
16
Versions
274
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-overlay - npm Package Compare versions

Comparing version 3.5.0 to 3.5.1

2

package.json

@@ -14,3 +14,3 @@ {

"name": "@vaadin/vaadin-overlay",
"version": "3.5.0",
"version": "3.5.1",
"main": "vaadin-overlay.js",

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

@@ -735,3 +735,3 @@ /**

return Array.from(document.body.children)
.filter(el => el instanceof OverlayElement)
.filter(el => el instanceof OverlayElement && !el.hasAttribute('closing'))
.sort((a, b) => (a.__zIndex - b.__zIndex) || 0);

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