Socket
Socket
Sign inDemoInstall

fancybox-plus

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fancybox-plus - npm Package Compare versions

Comparing version 1.3.6 to 1.3.7

2

bower.json
{
"name": "fancybox-plus",
"title": "Fancybox-Plus",
"version": "1.3.6",
"version": "1.3.7",
"description": "jQuery lightbox and modal window plugin.",

@@ -6,0 +6,0 @@ "author": {

@@ -0,1 +1,12 @@

<a name="1.3.7"></a>
# 1.3.7 (14.01.2016)
- Fixed JS error related to filter attribute.
<a name="1.3.6"></a>
# 1.3.6 (25.06.2015)
- Adds support for jQuery v1.9.0
<a name="1.3.5"></a>

@@ -2,0 +13,0 @@

@@ -0,0 +0,0 @@ /*!

{
"name": "fancybox-plus",
"title": "Fancybox-Plus",
"version": "1.3.6",
"version": "1.3.7",
"description": "jQuery lightbox and modal window plugin.",

@@ -6,0 +6,0 @@ "keywords": [

@@ -0,0 +0,0 @@ [jQuery Fancybox-Plus Plugin](http://igorlino.github.io/fancybox-plus/)

@@ -185,4 +185,4 @@ /*

}).bind('fbplus-cancel', function () {
$(this).replaceWith(tmp.children());
});
$(this).replaceWith(tmp.children());
});

@@ -578,4 +578,4 @@ $(obj).appendTo(tmp);

if (!$.support.opacity) {
content.get(0).style.removeAttribute('filter');
wrap.get(0).style.removeAttribute('filter');
$('#fancybox-content').css('filter', 0);
$('#fancybox-wrap').css('filter', 0);
}

@@ -582,0 +582,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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