Socket
Socket
Sign inDemoInstall

react-swipeable-list

Package Overview
Dependencies
0
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.9.2 to 1.9.3

3

dist/react-swipeable-list.cjs.js

@@ -389,3 +389,3 @@ 'use strict';

if (_this.props.clickedCallback) {
_this.props.clickedCallback(_this.props.id);
_this.props.clickedCallback(_this.id);
}

@@ -1087,2 +1087,3 @@

className: clsx('swipeable-list-item', className),
id: this.id,
ref: this.bindWrapperElement,

@@ -1089,0 +1090,0 @@ onClick: this.handleClick

@@ -380,3 +380,3 @@ import React, { PureComponent } from 'react';

if (_this.props.clickedCallback) {
_this.props.clickedCallback(_this.props.id);
_this.props.clickedCallback(_this.id);
}

@@ -1078,2 +1078,3 @@

className: clsx('swipeable-list-item', className),
id: this.id,
ref: this.bindWrapperElement,

@@ -1080,0 +1081,0 @@ onClick: this.handleClick

@@ -388,3 +388,3 @@ (function (global, factory) {

if (_this.props.clickedCallback) {
_this.props.clickedCallback(_this.props.id);
_this.props.clickedCallback(_this.id);
}

@@ -1086,2 +1086,3 @@

className: clsx('swipeable-list-item', className),
id: this.id,
ref: this.bindWrapperElement,

@@ -1088,0 +1089,0 @@ onClick: this.handleClick

{
"name": "react-swipeable-list",
"description": "Swipeable list component for React",
"version": "1.9.2",
"version": "1.9.3",
"author": {

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

@@ -27,3 +27,3 @@ <h1 align="center">react-swipeable-list</h1>

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-11-orange.svg?style=flat-square)](#contributors-)
[![All Contributors](https://img.shields.io/badge/all_contributors-12-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

@@ -311,2 +311,3 @@ <!-- prettier-ignore-end -->

<td align="center" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/escobar-raul"><img src="https://avatars.githubusercontent.com/u/15022274?v=4?s=100" width="100px;" alt="Raul Escobar"/><br /><sub><b>Raul Escobar</b></sub></a><br /><a href="https://github.com/marekrozmus/react-swipeable-list/issues?q=author%3ARaulEscobarRivas" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Starly26"><img src="https://avatars.githubusercontent.com/u/86514705?v=4?s=100" width="100px;" alt="Starly26"/><br /><sub><b>Starly26</b></sub></a><br /><a href="https://github.com/marekrozmus/react-swipeable-list/issues?q=author%3AStarly26" title="Bug reports">🐛</a></td>
</tr>

@@ -313,0 +314,0 @@ </tbody>

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