Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vaadin/vaadin-overlay

Package Overview
Dependencies
Maintainers
16
Versions
273
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.3.1 to 3.3.2

7

package.json

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

"name": "@vaadin/vaadin-overlay",
"version": "3.3.1",
"version": "3.3.2",
"main": "vaadin-overlay.js",

@@ -41,3 +41,6 @@ "author": "Vaadin Ltd",

},
"devDependencies": {
"scripts": {
"generate-typings": "gen-typescript-declarations --outDir . --verify"
},
"devDependencies": {
"@vaadin/vaadin-demo-helpers": "^3.0.0",

@@ -44,0 +47,0 @@ "@polymer/iron-component-page": "^4.0.0",

@@ -155,4 +155,4 @@ /**

*
* @memberof Vaadin
* @mixes Vaadin.ThemableMixin
* @extends PolymerElement
* @mixes ThemableMixin
* @demo demo/index.html

@@ -675,3 +675,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);

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