Socket
Socket
Sign inDemoInstall

jquery-popup-overlay

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jquery-popup-overlay - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

7

jquery.popupoverlay.js

@@ -708,2 +708,8 @@ /*!

var mousedownTarget;
$(document).on('mousedown', function (event) {
mousedownTarget = event.target;
});
// Hide popup on click

@@ -727,2 +733,3 @@ $(document).on('click', function (event) {

&& !$(event.target).closest('#' + elementId).length
&& !$(mousedownTarget).closest('#' + elementId).length
&& event.which !== 2

@@ -729,0 +736,0 @@ && $(event.target).is(':visible')) {

2

package.json
{
"name": "jquery-popup-overlay",
"version": "2.1.3",
"version": "2.1.4",
"description": "Lightweight modal popup overlay for jquery",

@@ -5,0 +5,0 @@ "main": "index.js",

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