Socket
Socket
Sign inDemoInstall

@vaadin/vaadin-dialog

Package Overview
Dependencies
Maintainers
19
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 20.0.0-alpha1 to 20.0.0-alpha2

24

package.json
{
"name": "@vaadin/vaadin-dialog",
"version": "20.0.0-alpha1",
"version": "20.0.0-alpha2",
"description": "vaadin-dialog",

@@ -27,24 +27,16 @@ "main": "vaadin-dialog.js",

],
"scripts": {
"dist": "rimraf dist && polymer analyze vaadin-* > analysis.json && rollup -c rollup.config.js && cp analysis.json dist"
},
"dependencies": {
"@polymer/iron-resizable-behavior": "^3.0.0",
"@polymer/polymer": "^3.0.0",
"@vaadin/vaadin-element-mixin": "^20.0.0-alpha1",
"@vaadin/vaadin-lumo-styles": "^20.0.0-alpha1",
"@vaadin/vaadin-material-styles": "^20.0.0-alpha1",
"@vaadin/vaadin-overlay": "^20.0.0-alpha1",
"@vaadin/vaadin-themable-mixin": "^20.0.0-alpha1"
"@vaadin/vaadin-element-mixin": "^20.0.0-alpha2",
"@vaadin/vaadin-lumo-styles": "^20.0.0-alpha2",
"@vaadin/vaadin-material-styles": "^20.0.0-alpha2",
"@vaadin/vaadin-overlay": "^20.0.0-alpha2",
"@vaadin/vaadin-themable-mixin": "^20.0.0-alpha2"
},
"devDependencies": {
"@esm-bundle/chai": "^4.1.5",
"@open-wc/rollup-plugin-html": "^1.2.5",
"@open-wc/testing-helpers": "^1.8.12",
"@polymer/iron-component-page": "^4.0.0",
"@polymer/iron-test-helpers": "^3.0.0",
"@vaadin/vaadin-text-field": "^20.0.0-alpha1",
"rimraf": "^3.0.2",
"rollup": "^2.34.1",
"rollup-plugin-terser": "^7.0.2",
"@vaadin/vaadin-text-field": "^20.0.0-alpha2",
"sinon": "^9.2.1"

@@ -55,3 +47,3 @@ },

},
"gitHead": "93c8e0ec03a178c6d74261261f985bd07f7cc79c"
"gitHead": "c1598b30fb55cacd72ee4105e9f39cf56c9d5c79"
}

@@ -56,3 +56,6 @@ import { ElementMixin } from '@vaadin/vaadin-element-mixin/vaadin-element-mixin.js';

*
* See [`<vaadin-overlay>` documentation](https://github.com/vaadin/vaadin-overlay/blob/master/src/vaadin-overlay.html)
* `<vaadin-dialog>` uses `<vaadin-dialog-overlay>` internal
* themable component as the actual visible overlay.
*
* See [`<vaadin-overlay>`](#/elements/vaadin-overlay) documentation.
* for `<vaadin-dialog-overlay>` parts.

@@ -59,0 +62,0 @@ *

@@ -38,9 +38,5 @@ /**

/**
* The overlay element.
* An element used internally by `<vaadin-dialog>`. Not intended to be used separately.
*
* ### Styling
*
* See [`<vaadin-overlay>` documentation](https://github.com/vaadin/vaadin-overlay/blob/master/src/vaadin-overlay.html)
* for `<vaadin-dialog-overlay>` parts.
*
* @extends OverlayElement
* @private

@@ -176,3 +172,6 @@ */

*
* See [`<vaadin-overlay>` documentation](https://github.com/vaadin/vaadin-overlay/blob/master/src/vaadin-overlay.html)
* `<vaadin-dialog>` uses `<vaadin-dialog-overlay>` internal
* themable component as the actual visible dialog overlay.
*
* See [`<vaadin-overlay>`](#/elements/vaadin-overlay) documentation.
* for `<vaadin-dialog-overlay>` parts.

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