Socket
Socket
Sign inDemoInstall

slider-pro

Package Overview
Dependencies
0
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.2 to 1.2.3

2

bower.json
{
"name": "slider-pro",
"version": "1.2.2",
"version": "1.2.3",
"description": "Responsive jQuery slider, featuring modular architecture, CSS3 animations, touch swipe, animated layers, retina, lazy loading and much more.",

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

{
"name": "slider-pro",
"description": "Responsive jQuery slider, featuring modular architecture, CSS3 animations, touch swipe, animated layers, retina, lazy loading and much more.",
"version": "1.2.2",
"version": "1.2.3",
"homepage": "http://bqworks.com/slider-pro/",

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

@@ -73,3 +73,7 @@ // Layers module for Slider Pro.

// Show the layers for the initial slide
this.showLayers( this.selectedSlideIndex );
// Delay the call in order to make sure the layers
// are scaled properly before displaying them
setTimeout(function() {
that.showLayers( that.selectedSlideIndex );
}, 1);
},

@@ -334,3 +338,3 @@

} else {
this.$layer.css({ 'visibility': 'hidden', 'display': 'none' });
this.$layer.css({ 'visibility': 'hidden' });
}

@@ -343,4 +347,2 @@ },

this.$layer.css( 'display', '' );
// Get the data attributes specified in HTML

@@ -347,0 +349,0 @@ this.data = this.$layer.data();

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 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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc