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

react-dnd-multi-backend

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-dnd-multi-backend - npm Package Compare versions

Comparing version

to
3.1.12

LICENSE

6

lib/Preview.js

@@ -32,2 +32,4 @@ "use strict";

function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }

@@ -37,4 +39,2 @@

function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
var Preview =

@@ -62,3 +62,3 @@ /*#__PURE__*/

_dndMultiBackend.PreviewManager.register(_assertThisInitialized(_assertThisInitialized(_this)));
_dndMultiBackend.PreviewManager.register(_assertThisInitialized(_this));

@@ -65,0 +65,0 @@ return _this;

{
"name": "react-dnd-multi-backend",
"version": "3.1.11",
"version": "3.1.12",
"description": "Multi Backend system compatible with React DnD",

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

"dependencies": {
"dnd-multi-backend": "^3.1.11",
"dnd-multi-backend": "^3.1.12",
"prop-types": "^15.6.2",
"react-dnd-preview": "^3.1.11"
"react-dnd-preview": "^3.1.12"
},

@@ -36,3 +36,4 @@ "peerDependencies": {

"react-dnd-touch-backend": "^0.5.2"
}
},
"gitHead": "000b969353896a160562231edf6426ed998fb609"
}