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

svelte-dnd-action

Package Overview
Dependencies
Maintainers
1
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-dnd-action - npm Package Compare versions

Comparing version 0.9.26 to 0.9.27

2

package.json

@@ -46,3 +46,3 @@ {

"description": "*An awesome drag and drop library for Svelte 3 (not using the browser's built-in dnd, thanks god): Rich animations, nested containers, touch support and more *",
"version": "0.9.26",
"version": "0.9.27",
"repository": {

@@ -49,0 +49,0 @@ "type": "git",

@@ -76,2 +76,6 @@ import {

incrementActiveDropZoneCount();
if (isWorkingOnPreviousDrag) {
unWatchDraggedElement();
watchDraggedElement();
}
}

@@ -462,3 +466,2 @@ }

config.type = newType;
registerDropZone(node, newType);
config.items = [...items];

@@ -514,2 +517,3 @@ config.dragDisabled = dragDisabled;

dzToConfig.set(node, config);
registerDropZone(node, newType);
const shadowElIdx = findShadowElementIdx(config.items);

@@ -516,0 +520,0 @@ for (let idx = 0; idx < node.children.length; idx++) {

Sorry, the diff of this file is too big to display

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