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

dragonfly-sortable

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dragonfly-sortable - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json

@@ -36,3 +36,3 @@ {

},
"version": "1.0.3"
"version": "1.0.4"
}

@@ -1630,3 +1630,3 @@ import { version } from '../../../package.json';

* Mount a plugin to Sortable
* @param {} plugins Plugins being mounted
* @param {...SortablePlugin|SortablePlugin[]} plugins Plugins being mounted
*/

@@ -1633,0 +1633,0 @@ Sortable.mount = function (...plugins) {

@@ -433,3 +433,2 @@ import {

destroyGlobal() {
debugger
this._deselectMultiDrag();

@@ -569,3 +568,2 @@ off(document, 'pointerup', this._deselectMultiDrag);

const insertMultiDragElements = (clonesInserted, rootEl) => {
debugger
multiDragElements.forEach((multiDragElement, i) => {

@@ -572,0 +570,0 @@ let target = rootEl.children[multiDragElement.sortableIndex + (clonesInserted ? Number(i) : 0)];

Sorry, the diff of this file is not supported yet

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