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

react-virtual-kanban

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-virtual-kanban - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

3

CHANGELOG.md
Changelog
---------
### 0.0.9
Updated PropTypes for List decorator. Also pass `rows` prop.
### 0.0.8

@@ -5,0 +8,0 @@ Pass `containerWidth` for preview components

12

lib/decorators/List/index.js

@@ -39,2 +39,4 @@ 'use strict';

var _propTypes = require('../../propTypes');
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -74,3 +76,4 @@

listId = _props.listId,
style = _props.style,
rows = _props.rows,
listStyle = _props.listStyle,
connectDragSource = _props.connectDragSource,

@@ -89,3 +92,3 @@ connectDropTarget = _props.connectDropTarget,

'div',
{ className: 'ListWrapper', style: style },
{ className: 'ListWrapper', style: listStyle },
_react2.default.createElement(

@@ -101,3 +104,6 @@ 'div',

'List ',
listId
listId,
' (',
rows.length,
')'
)

@@ -104,0 +110,0 @@ )),

@@ -183,2 +183,3 @@ 'use strict';

listIndex = _props.listIndex,
rows = _props.rows,
DecoratedList = _props.listComponent,

@@ -196,3 +197,4 @@ isDragging = _props.isDragging,

listIndex: listIndex,
style: listStyle,
rows: rows,
listStyle: listStyle,
isDragging: isDragging,

@@ -199,0 +201,0 @@ connectDragSource: connectDragSource,

{
"name": "react-virtual-kanban",
"description": "A Kanban component in React",
"version": "0.0.8",
"version": "0.0.9",
"author": "Eduardo Lanchares <eduardo@elanchares.com>",

@@ -6,0 +6,0 @@ "homepage": "https://edulan.github.io/react-virtual-kanban/",

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