New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-native-swiper-animated

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-swiper-animated - npm Package Compare versions

Comparing version

to
0.1.1

2

package.json
{
"name": "react-native-swiper-animated",
"version": "0.1.0",
"version": "0.1.1",
"description": "Tinder-like swiper for react-native",

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

@@ -188,4 +188,3 @@ import React, { Component, PropTypes } from 'react';

_handleMoveShouldSetPanResponder = (e, gestureState) =>
(Math.abs(this.lastX - gestureState.moveX) > 5
|| Math.abs(this.lastY - gestureState.moveY) > 5);
Math.abs(gestureState.dx) > 5 || Math.abs(gestureState.dy) > 5;

@@ -192,0 +191,0 @@ _handlePanResponderGrant = () => {