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

nuka-carousel

Package Overview
Dependencies
Maintainers
1
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuka-carousel - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

lib/carousel.js

@@ -188,4 +188,4 @@ 'use strict';

self.touchObject = {
startX: event.touches[0].pageX,
startY: event.touches[0].pageY
startX: e.touches[0].pageX,
startY: e.touches[0].pageY
};

@@ -455,3 +455,3 @@ },

onReadyStateChange: function onReadyStateChange(event) {
onReadyStateChange: function onReadyStateChange() {
this.setDimensions();

@@ -458,0 +458,0 @@ },

{
"name": "nuka-carousel",
"version": "1.0.0",
"version": "1.0.1",
"description": "Pure React Carousel",

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

@@ -168,4 +168,4 @@ 'use strict';

self.touchObject = {
startX: event.touches[0].pageX,
startY: event.touches[0].pageY
startX: e.touches[0].pageX,
startY: e.touches[0].pageY
}

@@ -444,3 +444,3 @@ },

onReadyStateChange(event) {
onReadyStateChange() {
this.setDimensions();

@@ -447,0 +447,0 @@ },

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