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

kuika-react-trello

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kuika-react-trello - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

10

dist/dnd/Container.js

@@ -18,7 +18,7 @@ "use strict";

var _trelloSmoothDnd = _interopRequireWildcard(require("trello-smooth-dnd"));
var _kuikaSmoothDnd = _interopRequireWildcard(require("kuika-smooth-dnd"));
_trelloSmoothDnd.default.dropHandler = _trelloSmoothDnd.dropHandlers.reactDropHandler().handler;
_kuikaSmoothDnd.default.dropHandler = _kuikaSmoothDnd.dropHandlers.reactDropHandler().handler;
_trelloSmoothDnd.default.wrapChild = p => p; // dont wrap children they will already be wrapped
_kuikaSmoothDnd.default.wrapChild = p => p; // dont wrap children they will already be wrapped

@@ -37,3 +37,3 @@

this.prevContainer = this.containerDiv;
this.container = (0, _trelloSmoothDnd.default)(this.containerDiv, this.getContainerOptions());
this.container = (0, _kuikaSmoothDnd.default)(this.containerDiv, this.getContainerOptions());
}

@@ -52,3 +52,3 @@

this.container.dispose();
this.container = (0, _trelloSmoothDnd.default)(this.containerDiv, this.getContainerOptions());
this.container = (0, _kuikaSmoothDnd.default)(this.containerDiv, this.getContainerOptions());
this.prevContainer = this.containerDiv;

@@ -55,0 +55,0 @@ }

@@ -18,5 +18,5 @@ "use strict";

var _trelloSmoothDnd = require("trello-smooth-dnd");
var _kuikaSmoothDnd = require("kuika-smooth-dnd");
const wrapperClass = _trelloSmoothDnd.constants.wrapperClass;
const wrapperClass = _kuikaSmoothDnd.constants.wrapperClass;

@@ -23,0 +23,0 @@ class Draggable extends _react.Component {

{
"name": "kuika-react-trello",
"version": "1.0.2",
"version": "1.0.3",
"description": "Pluggable components to add a trello like kanban board to your application",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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