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

@glomex/glomex-dialog

Package Overview
Dependencies
Maintainers
10
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 2.0.3 to 2.0.4

7

glomex-dialog.js

@@ -612,6 +612,7 @@ import { RotataToFullscreen } from './rotate-to-fullscreen.js';

|| newValue === 'dock'
|| newValue === 'inline'
)) {
placeholder.style.display = 'none';
placeholder.style.visibility = 'hidden';
} else {
placeholder.style.display = null;
placeholder.style.visibility = null;
}

@@ -668,3 +669,3 @@ window.removeEventListener('touchmove', this._onNonPassiveTouchMove, {

dialogInnerWrapper.setAttribute('style', '');
placeholder.style.display = 'none';
placeholder.style.visibility = 'hidden';
}

@@ -671,0 +672,0 @@ }, transitionDuration);

{
"name": "@glomex/glomex-dialog",
"version": "2.0.3",
"version": "2.0.4",
"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