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

react-reorder-list

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-reorder-list - npm Package Compare versions

Comparing version 0.6.2 to 0.6.3

2

dist/index.js

@@ -93,2 +93,4 @@ var __rest = (this && this.__rest) || function (s, e) {

}, onDragEnd: handleDragEnd, onTouchMove: (event) => {
if (start === -1)
return;
const { clientX, screenX, clientY, screenY } = event.touches[0];

@@ -95,0 +97,0 @@ let left = 0, top = 0;

2

package.json
{
"name": "react-reorder-list",
"version": "0.6.2",
"version": "0.6.3",
"description": "A simple react component that facilitates the reordering of JSX/HTML elements through drag-and-drop functionality, allowing for easy position changes.",

@@ -5,0 +5,0 @@ "type": "module",

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