Socket
Socket
Sign inDemoInstall

react-swipeable-list

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-swipeable-list - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

5

dist/react-swipeable-list.cjs.js

@@ -581,2 +581,7 @@ 'use strict';

_defineProperty(_assertThisInitialized(_this), "handleDragEnd", function () {
if (_this.requestedAnimationFrame) {
cancelAnimationFrame(_this.requestedAnimationFrame);
_this.requestedAnimationFrame = null;
}
if (_this.isSwiping()) {

@@ -583,0 +588,0 @@ var _this$state = _this.state,

@@ -572,2 +572,7 @@ import React, { PureComponent } from 'react';

_defineProperty(_assertThisInitialized(_this), "handleDragEnd", function () {
if (_this.requestedAnimationFrame) {
cancelAnimationFrame(_this.requestedAnimationFrame);
_this.requestedAnimationFrame = null;
}
if (_this.isSwiping()) {

@@ -574,0 +579,0 @@ var _this$state = _this.state,

@@ -580,2 +580,7 @@ (function (global, factory) {

_defineProperty(_assertThisInitialized(_this), "handleDragEnd", function () {
if (_this.requestedAnimationFrame) {
cancelAnimationFrame(_this.requestedAnimationFrame);
_this.requestedAnimationFrame = null;
}
if (_this.isSwiping()) {

@@ -582,0 +587,0 @@ var _this$state = _this.state,

2

package.json
{
"name": "react-swipeable-list",
"description": "Swipeable list component for React",
"version": "1.1.0",
"version": "1.1.1",
"author": {

@@ -6,0 +6,0 @@ "name": "Marek Rozmus",

<h1 align="center">react-swipeable-list</h1>
<h4 align="center">A configurable react component to render list with swipeable items.</h4>

@@ -18,2 +19,5 @@ <p align="center">

![GitHub Release Date](https://img.shields.io/github/release-date/marekrozmus/react-swipeable-list)
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

@@ -223,1 +227,22 @@ ## React Swipeable List component

HTML tag that is used to create this component.
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="https://marek-rozmus.medium.com/"><img src="https://avatars.githubusercontent.com/u/26272040?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Marek Rozmus</b></sub></a><br /><a href="https://github.com/marekrozmus/react-swipeable-list/commits?author=marekrozmus" title="Code">💻</a> <a href="https://github.com/marekrozmus/react-swipeable-list/commits?author=marekrozmus" title="Documentation">📖</a> <a href="https://github.com/marekrozmus/react-swipeable-list/commits?author=marekrozmus" title="Tests">⚠️</a> <a href="#example-marekrozmus" title="Examples">💡</a> <a href="#ideas-marekrozmus" title="Ideas, Planning, & Feedback">🤔</a> <a href="#maintenance-marekrozmus" title="Maintenance">🚧</a> <a href="#design-marekrozmus" title="Design">🎨</a></td>
<td align="center"><a href="https://adamlaycock.ca"><img src="https://avatars.githubusercontent.com/u/894797?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Adam Laycock</b></sub></a><br /><a href="https://github.com/marekrozmus/react-swipeable-list/issues?q=author%3Aalaycock" title="Bug reports">🐛</a></td>
</tr>
</table>
<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
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