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.21 to 0.0.22

.github/stale.yml

2

lib/react-swipe.js

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

return supportsCaptureOption ? options : options.capture;
return supportsCaptureOption ? options : false;
}

@@ -122,0 +122,0 @@

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

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

@@ -23,3 +23,3 @@ /* eslint-disable */

onSwipeEnd?: (e: SwipeEvent) => void;
innerRef: (node: any) => void;
innerRef?: (node: any) => void;
tolerance?: number

@@ -26,0 +26,0 @@ }

Sorry, the diff of this file is not supported yet

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