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
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 1.15.7 to 1.16.0

7

glomex-dialog.js

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

const allowRotateToFullscreen = Math.min(window.innerWidth, window.innerHeight) <= PHONE_MAX_WIDTH;
let allowRotateToFullscreen = false;
if (window.matchMedia(
`(max-device-width: ${PHONE_MAX_WIDTH}px) and (pointer: coarse)`
).matches) {
allowRotateToFullscreen = true;
}

@@ -15,0 +20,0 @@ const updateViewPortWidth = (element) => {

2

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