Socket
Socket
Sign inDemoInstall

react-easy-swipe

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-easy-swipe - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

2

lib/react-swipe.js

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

if (this.moving) {
if (this.moving && this.movePosition) {
if (this.movePosition.deltaX < -tolerance) {

@@ -242,0 +242,0 @@ this.props.onSwipeLeft(1, event);

{
"name": "react-easy-swipe",
"version": "0.0.14",
"version": "0.0.15",
"description": "React easy swipe - Easy handler for common touch operations",

@@ -5,0 +5,0 @@ "main": "./lib/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