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.22 to 0.0.23

LICENSE

2

package.json
{
"name": "react-easy-swipe",
"version": "0.0.22",
"version": "0.0.23",
"description": "React easy swipe - Easy handler for common touch operations",

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

@@ -24,5 +24,6 @@ /* eslint-disable */

innerRef?: (node: any) => void;
tolerance?: number
tolerance?: number;
children?: React.ReactNode
}
export default class Swipe extends React.Component<SwipeProps> {}
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