Socket
Socket
Sign inDemoInstall

@vaadin/vaadin-dialog

Package Overview
Dependencies
Maintainers
14
Versions
262
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.2.0-alpha2 to 2.2.0-beta1

2

package.json

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

"name": "@vaadin/vaadin-dialog",
"version": "2.2.0-alpha2",
"version": "2.2.0-beta1",
"main": "vaadin-dialog.js",

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

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

*
* Renderer is called on the opening of the dialog.
* DOM generated during the renderer call can be reused
* in the next renderer call and will be provided with the `root` argument.
* On first call it will be empty.
*
* ### Polymer Templates

@@ -126,3 +131,3 @@ *

static get version() {
return '2.2.0-alpha2';
return '2.2.0-beta1';
}

@@ -180,4 +185,2 @@

* - `dialog` The reference to the `<vaadin-dialog>` element.
*
* **NOTE:** The renderer callback can be called multiple times with the previous content.
*/

@@ -184,0 +187,0 @@ renderer: Function,

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