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

react-movable

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-movable - npm Package Compare versions

Comparing version 2.5.2 to 2.5.3

7

lib/List.js

@@ -109,4 +109,9 @@ "use strict";

// @ts-ignore
(_this.props.values[index] && _this.props.values[index].disabled))
(_this.props.values[index] && _this.props.values[index].disabled)) {
if (_this.state.selectedItem !== -1) {
_this.setState({ selectedItem: -1 });
_this.finishDrop();
}
return;
}
var listItemTouched = _this.getChildren()[index];

@@ -113,0 +118,0 @@ var handle = listItemTouched.querySelector('[data-movable-handle]');

2

package.json
{
"name": "react-movable",
"version": "2.5.2",
"version": "2.5.3",
"description": "Drag and drop lists.",

@@ -5,0 +5,0 @@ "main": "lib/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