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

@glomex/glomex-dialog

Package Overview
Dependencies
Maintainers
11
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.13.0 to 1.13.1

3

glomex-dialog.js

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

let stickyWidth = clientRect.width;
if (stickyWidth === 0) {
stickyWidth = window.innerWidth * 0.9;
}
if (stickyWidth >= MAX_DOCK_WIDTH) {

@@ -758,0 +761,0 @@ stickyWidth = MAX_DOCK_WIDTH;

2

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