Socket
Socket
Sign inDemoInstall

ember-image-slider

Package Overview
Dependencies
192
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

4

addon/components/ember-image-slider.js

@@ -40,5 +40,5 @@ import Ember from 'ember';

previousSlide: computed('descendingContent.[]', 'scrollLeft', 'containerWidth', function(){
previousSlide: computed('descendingContent.[]', 'scrollLeft', function(){
return this.get('descendingContent').find((slide) => {
return slide.get('offsetLeft') < (this.get('scrollLeft'));
return (slide.get('offsetLeft') < this.get('scrollLeft') && this.get('scrollLeft') > 0);
});

@@ -45,0 +45,0 @@ }),

{
"name": "ember-image-slider",
"version": "0.0.2",
"version": "0.0.3",
"description": "Ember addon. Image slider and picker.",

@@ -5,0 +5,0 @@ "directories": {

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