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

@fancyapps/fancybox

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fancyapps/fancybox - npm Package Compare versions

Comparing version 3.5.5 to 3.5.6

.github/ISSUE_TEMPLATE/bug_report.md

2

package.json
{
"name": "@fancyapps/fancybox",
"description": "Touch enabled, responsive and fully customizable jQuery lightbox script",
"version": "3.5.5",
"version": "3.5.6",
"homepage": "https://fancyapps.com/fancybox/3/",

@@ -6,0 +6,0 @@ "main": "dist/jquery.fancybox.js",

@@ -246,3 +246,3 @@ // ==========================================================================

if (!($.fancybox.isMobile && $target.hasClass("fancybox-caption"))) {
if (!($.fancybox.isMobile && $target.parents(".fancybox-caption").length)) {
return;

@@ -249,0 +249,0 @@ }

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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