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

@vaadin/vaadin-dialog

Package Overview
Dependencies
Maintainers
16
Versions
263
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-dialog - npm Package Compare versions

Comparing version 2.4.1 to 2.4.2

2

package.json

@@ -13,3 +13,3 @@ {

"name": "@vaadin/vaadin-dialog",
"version": "2.4.1",
"version": "2.4.2",
"main": "vaadin-dialog.js",

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

@@ -9,8 +9,4 @@ const $_documentContainer = document.createElement('template');

overflow: visible;
}
/* Hack for iOS to make the overlay take full size */
[part='overlay'][style] {
max-height: 100%;
display: flex;
flex-direction: column;
}

@@ -24,5 +20,9 @@

.resizer-container {
overflow: auto;
flex-grow: 1;
}
[part='overlay'][style] .resizer-container {
height: 100%;
width: 100%;
overflow: auto;
}

@@ -96,2 +96,8 @@

}
/* IE11 -only CSS */
_:-ms-fullscreen,
[part='overlay'] {
max-height: none;
}
</style>

@@ -98,0 +104,0 @@ </template>

@@ -162,3 +162,3 @@ /**

static get version() {
return '2.4.1';
return '2.4.2';
}

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