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

@glomex/glomex-dialog

Package Overview
Dependencies
Maintainers
8
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.4.1 to 2.4.2

7

glomex-dialog.js

@@ -49,3 +49,8 @@ import { RotataToFullscreen } from './rotate-to-fullscreen.js';

if (dockTarget) {
dockTargetElements = document.querySelectorAll(dockTarget);
try {
dockTargetElements = document.querySelectorAll(dockTarget);
} catch (e) {
// invalid selector strings should allow falling back to the default handling
return null;
}
if (dockTargetElements.length === 0) return null;

@@ -52,0 +57,0 @@ // pick the innermost node (querySelectorAll sorts by order in DOM)

2

package.json
{
"name": "@glomex/glomex-dialog",
"version": "2.4.1",
"version": "2.4.2",
"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