Socket
Socket
Sign inDemoInstall

react-reorder

Package Overview
Dependencies
20
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.1 to 2.2.0

7

index.js

@@ -19,4 +19,11 @@ (function () {

},
persistEvent: function (event) {
if (typeof event.persist === 'function') {
event.persist();
}
},
handleTouchEvents: function (event) {
if (event.touches && event.touches.length) {
this.persistEvent(event);
event.clientX = event.touches[0].clientX;

@@ -23,0 +30,0 @@ event.clientY = event.touches[0].clientY;

2

package.json
{
"name": "react-reorder",
"version": "2.1.1",
"version": "2.2.0",
"description": "Drag & drop, touch enabled, reorderable / sortable list, React component",

@@ -5,0 +5,0 @@ "author": "Jake 'Sid' Smith",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc