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

@plesk/react-movable

Package Overview
Dependencies
Maintainers
5
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@plesk/react-movable - npm Package Compare versions

Comparing version 2.7.0 to 2.7.1

3

lib/List.js

@@ -438,3 +438,2 @@ "use strict";

document.addEventListener('mousedown', this.onMouseOrTouchStart);
// console.log('listref', !!this.listRef.current?.querySelector('[data-movable-handle]') );
};

@@ -453,3 +452,3 @@ List.prototype.componentDidUpdate = function (_prevProps, prevState) {

var _this = this;
var baseStyle = __assign(__assign({}, (this.props.hasHandle ? undefined : {
var baseStyle = __assign(__assign({}, (this.props.useDragHandle ? undefined : {
userSelect: 'none',

@@ -456,0 +455,0 @@ WebkitUserSelect: 'none',

@@ -52,5 +52,5 @@ /// <reference types="react" />

};
hasHandle?: boolean;
useDragHandle?: boolean;
}
export declare type TEvent = React.MouseEvent | React.TouchEvent | React.KeyboardEvent;
export {};
{
"name": "@plesk/react-movable",
"version": "2.7.0",
"version": "2.7.1",
"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