Socket
Socket
Sign inDemoInstall

react-native-drag-sort

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-drag-sort - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

4

DragSortableView.js

@@ -370,2 +370,3 @@ import React, {Component} from 'react'

activeOpacity = {1}
delayLongPress={this.props.delayLongPress}
onPressOut={()=> this.onPressOut()}

@@ -411,3 +412,4 @@ onLongPress={()=>this.startTouch(index)}

fixedItems: PropTypes.array,
keyExtractor: PropTypes.func
keyExtractor: PropTypes.func,
delayLongPress: PropTypes.number,
}

@@ -414,0 +416,0 @@

@@ -23,5 +23,6 @@ import React, { Component } from 'react'

fixedItems?: number[];
keyExtractor?: (item: any,index: number) => any
keyExtractor?: (item: any,index: number) => any,
delayLongPress?: number
}
export default class DragSortableView extends Component<IProps>{}
export default class DragSortableView extends Component<IProps>{}
{
"name": "react-native-drag-sort",
"version": "1.3.1",
"version": "1.3.2",
"description": "Drag and drop sort control for react-native",

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

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