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

@glomex/glomex-dialog

Package Overview
Dependencies
Maintainers
12
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@glomex/glomex-dialog - npm Package Compare versions

Comparing version 1.10.4 to 1.11.0

5

glomex-dialog.js

@@ -368,2 +368,3 @@ const NON_VISIBLE_WIDTH = window.innerWidth < 720 ? 320 : 640;

this._wasInHiddenMode = false;
this._internalModeChange = false;

@@ -375,4 +376,6 @@ this.addEventListener('click', ({ target }) => {

if (this._wasInHiddenMode) {
this._internalModeChange = true;
this.setAttribute('mode', 'hidden');
} else {
this._internalModeChange = true;
this.setAttribute('mode', 'inline');

@@ -535,2 +538,3 @@ }

mode: newValue,
internal: this._internalModeChange,
},

@@ -541,2 +545,3 @@ bubbles: true,

);
this._internalModeChange = false;
}

@@ -543,0 +548,0 @@

2

package.json
{
"name": "@glomex/glomex-dialog",
"version": "1.10.4",
"version": "1.11.0",
"description": "A dialog web component that allows docking a video player or putting it in a lightbox",

@@ -5,0 +5,0 @@ "type": "module",

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