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.2.1 to 0.2.2

4

dist/index.js

@@ -678,3 +678,2 @@ (function (global, factory) {

cleanupPostDrop();
isWorkingOnPreviousDrag = false;
}

@@ -696,3 +695,2 @@ animateDraggedToFinalPosition(finalizeWithinZone);

cleanupPostDrop();
isWorkingOnPreviousDrag = false;
}

@@ -729,4 +727,6 @@ window.setTimeout(() => animateDraggedToFinalPosition(finalizeBackToOrigin), 0);

shadowElIdx = undefined;
shadowElDropZone = undefined;
dragStartMousePosition = undefined;
currentMousePosition = undefined;
isWorkingOnPreviousDrag = false;
}

@@ -733,0 +733,0 @@

@@ -33,3 +33,3 @@ {

"description": "*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.2.1",
"version": "0.2.2",
"dependencies": {

@@ -36,0 +36,0 @@ "acorn": "^7.1.1",

@@ -154,3 +154,2 @@ import { observe, unobserve } from './helpers/observer';

cleanupPostDrop();
isWorkingOnPreviousDrag = false;
}

@@ -172,3 +171,2 @@ animateDraggedToFinalPosition(finalizeWithinZone);

cleanupPostDrop();
isWorkingOnPreviousDrag = false;
}

@@ -205,4 +203,6 @@ window.setTimeout(() => animateDraggedToFinalPosition(finalizeBackToOrigin), 0);

shadowElIdx = undefined;
shadowElDropZone = undefined;
dragStartMousePosition = undefined;
currentMousePosition = undefined;
isWorkingOnPreviousDrag = false;
}

@@ -209,0 +209,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