New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

dnd-multi-backend

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dnd-multi-backend - npm Package Compare versions

Comparing version

to
3.2.1

@@ -171,4 +171,8 @@ "use strict";

PreviewManager.backendChanged(_this2);
var newBackend = _this2.backends[_this2.current];
newBackend.instance.setup();
_this2.backends[_this2.current].instance.setup();
if (newBackend.skipDispatchOnTransition) {
return;
}

@@ -238,3 +242,4 @@ var newEvent = null;

preview: backend.preview || false,
transition: transition
transition: transition,
skipDispatchOnTransition: Boolean(backend.skipDispatchOnTransition)
});

@@ -241,0 +246,0 @@ });

{
"name": "dnd-multi-backend",
"version": "3.2.0",
"version": "3.2.1",
"description": "Multi Backend system compatible with DnD Core / React DnD",

@@ -5,0 +5,0 @@ "author": "Louis Brunner <louis.brunner.fr@gmail.com> (https://github.com/LouisBrunner)",