New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.12.0 to 1.12.1

4

glomex-dialog.js

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

content: " ";
background: rgba(0, 0, 0, 0.3);
background: var(--lightbox-background, rgba(0, 0, 0, 0.5));
display: block;

@@ -335,3 +335,3 @@ position: fixed;

bottom: 0;
z-index: 1;
z-index: ${LIGHTBOX_Z_INDEX};
}

@@ -338,0 +338,0 @@

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