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.13 to 0.0.14

coverage/base.css

4

lib/react-swipe.js

@@ -206,2 +206,6 @@ (function (global, factory) {

value: function _handleSwipeMove(event) {
if (!this.moveStart) {
return;
}
var _getPosition2 = getPosition(event),

@@ -208,0 +212,0 @@ x = _getPosition2.x,

2

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

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

# REACT EASY SWIPE
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fleandrowd%2Freact-easy-swipe.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fleandrowd%2Freact-easy-swipe?ref=badge_shield)
Add swipe interactions to your react component.

@@ -26,3 +28,3 @@ * Generated using [react-init](https://www.npmjs.com/package/react-init)

import ReactDOM from 'react-dom';
import Swipe from './react-swipe';
import Swipe from './react-easy-swipe';

@@ -90,1 +92,5 @@ class MyComponent extends Component {

Please, feel free to contribute. You may open a bug, request a feature, submit a pull request or whatever you want!
## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fleandrowd%2Freact-easy-swipe.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fleandrowd%2Freact-easy-swipe?ref=badge_large)

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