Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 2.1.0 to 2.1.1

3

AutoDragSortableView.js

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

duration: this.props.scaleDuration,
useNativeDriver: false,
}

@@ -375,2 +376,3 @@ ).start(()=>{

easing: Easing.out(Easing.quad),
useNativeDriver: false,
}

@@ -404,2 +406,3 @@ ).start()

duration: this.props.scaleDuration,
useNativeDriver: false,
}

@@ -406,0 +409,0 @@ ).start(()=>{

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

duration: this.props.scaleDuration,
useNativeDriver: false,
}

@@ -246,2 +247,3 @@ ).start(()=>{

easing: Easing.out(Easing.quad),
useNativeDriver: false,
}

@@ -270,2 +272,3 @@ ).start()

duration: this.props.scaleDuration,
useNativeDriver: false,
}

@@ -272,0 +275,0 @@ ).start(()=>{

18

index.d.ts

@@ -35,13 +35,13 @@ import React, { Component } from 'react'

interface AutoIProps extends IProps {
autoThrottle: number?,
autoThrottleDuration: number?,
renderHeaderView: any?,
headerViewHeight: number?,
renderBottomView: any?,
bottomViewHeight: number?,
autoThrottle?: number,
autoThrottleDuration?: number,
renderHeaderView?: any,
headerViewHeight?: number,
renderBottomView?: any,
bottomViewHeight?: number,
}
declare class DragSortableView extends Component<IProps>{}
declare class AutoDragSortableView extends Component<AutoIProps> {}
class DragSortableView extends Component<IProps>{}
class AutoDragSortableView extends Component<AutoIProps> {}
export { DragSortableView, AutoDragSortableView }
{
"name": "react-native-drag-sort",
"version": "2.1.0",
"version": "2.1.1",
"description": "Drag and drop sort control for react-native",

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

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