🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More
Socket
Book a DemoSign in
Socket

@vaadin/dialog

Package Overview
Dependencies
Maintainers
12
Versions
588
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/dialog - npm Package Compare versions

Comparing version
25.1.1
to
25.1.2
+11
-11
package.json
{
"name": "@vaadin/dialog",
"version": "25.1.1",
"version": "25.1.2",
"publishConfig": {

@@ -40,15 +40,15 @@ "access": "public"

"@open-wc/dedupe-mixin": "^1.3.0",
"@vaadin/component-base": "~25.1.1",
"@vaadin/lit-renderer": "~25.1.1",
"@vaadin/overlay": "~25.1.1",
"@vaadin/vaadin-themable-mixin": "~25.1.1",
"@vaadin/component-base": "~25.1.2",
"@vaadin/lit-renderer": "~25.1.2",
"@vaadin/overlay": "~25.1.2",
"@vaadin/vaadin-themable-mixin": "~25.1.2",
"lit": "^3.0.0"
},
"devDependencies": {
"@vaadin/a11y-base": "~25.1.1",
"@vaadin/aura": "~25.1.1",
"@vaadin/chai-plugins": "~25.1.1",
"@vaadin/test-runner-commands": "~25.1.1",
"@vaadin/a11y-base": "~25.1.2",
"@vaadin/aura": "~25.1.2",
"@vaadin/chai-plugins": "~25.1.2",
"@vaadin/test-runner-commands": "~25.1.2",
"@vaadin/testing-helpers": "^2.0.0",
"@vaadin/vaadin-lumo-styles": "~25.1.1",
"@vaadin/vaadin-lumo-styles": "~25.1.2",
"sinon": "^21.0.2"

@@ -61,3 +61,3 @@ },

],
"gitHead": "2687401ae7636c5ba38573b1f3d3ad62caf80513"
"gitHead": "48e5dc507ac5eb8d34839be06cac652f1635fe1c"
}

@@ -106,5 +106,3 @@ /**

}
this.dispatchEvent(
new CustomEvent('drag-start', { bubbles: true, composed: true, detail: { width, height, top, left } }),
);
this.dispatchEvent(new CustomEvent('drag-start', { detail: { width, height, top, left } }));
}

@@ -139,5 +137,3 @@ }

_stopDrag() {
this.dispatchEvent(
new CustomEvent('dragged', { bubbles: true, composed: true, detail: { top: this.top, left: this.left } }),
);
this.dispatchEvent(new CustomEvent('dragged', { detail: { top: this.top, left: this.left } }));
window.removeEventListener('mouseup', this._stopDrag);

@@ -144,0 +140,0 @@ window.removeEventListener('touchend', this._stopDrag);

{
"$schema": "https://json.schemastore.org/web-types",
"name": "@vaadin/dialog",
"version": "25.1.1",
"version": "25.1.2",
"description-markup": "markdown",

@@ -6,0 +6,0 @@ "contributions": {

{
"$schema": "https://json.schemastore.org/web-types",
"name": "@vaadin/dialog",
"version": "25.1.1",
"version": "25.1.2",
"description-markup": "markdown",

@@ -6,0 +6,0 @@ "framework": "lit",