Socket
Socket
Sign inDemoInstall

nuka-carousel

Package Overview
Dependencies
Maintainers
27
Versions
143
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 4.8.2 to 4.8.3

4

CHANGELOG.md
# Nuka Changelog
## 4.8.2 (2021-10-29)
- [#808](https://github.com/FormidableLabs/nuka-carousel/pull/808) update webpack deps
- [#807](https://github.com/FormidableLabs/nuka-carousel/pull/807) Fix: improve pinch zoom behavior on mobile
## 4.8.1 (2021-10-22)

@@ -4,0 +8,0 @@

2

es/transitions/scroll-transition.js

@@ -100,3 +100,3 @@ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }

}
} else if (distanceFromStart > slidesAfter) {
} else if (distanceFromStart >= slidesAfter) {
targetPosition = (this.props.slideWidth + this.props.cellSpacing) * (this.props.slideCount - currentSlideIndex) * -1;

@@ -103,0 +103,0 @@ }

@@ -113,3 +113,3 @@ "use strict";

}
} else if (distanceFromStart > slidesAfter) {
} else if (distanceFromStart >= slidesAfter) {
targetPosition = (this.props.slideWidth + this.props.cellSpacing) * (this.props.slideCount - currentSlideIndex) * -1;

@@ -116,0 +116,0 @@ }

{
"name": "nuka-carousel",
"version": "4.8.2",
"version": "4.8.3",
"description": "Pure React Carousel",

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

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