New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

react-native-pullview

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-pullview - npm Package Compare versions

Comparing version
1.0.2
to
1.0.3
+1
-1
index.js

@@ -114,3 +114,3 @@ 'use strict';

} else if (isDownGesture(gesture.dx, gesture.dy)) { //下拉
this.state.pullPan.setValue({x: 0, y: gesture.dy / 3});
this.state.pullPan.setValue({x: this.defaultXY.x, y: this.defaultXY.y + gesture.dy / 3});
if (gesture.dy < this.state.topIndicatorHeight + pullOkMargin) {

@@ -117,0 +117,0 @@ if (!this.state.pulling) {

{
"name": "react-native-pullview",
"version": "1.0.2",
"version": "1.0.3",
"description": "PullView component in React Native both for Android and iOS, pull to refresh",

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