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

@rrrokhtar/react-kanban

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rrrokhtar/react-kanban - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

2

package.json
{
"name": "@rrrokhtar/react-kanban",
"version": "2.3.0",
"version": "2.3.1",
"description": "Yet another Kanban/Trello board lib for React. Modified",

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

@@ -31,2 +31,16 @@ [![Maintainability](https://api.codeclimate.com/v1/badges/c602758e03850fdb8b64/maintainability)](https://codeclimate.com/github/lourenci/react-kanban/maintainability)

Example
```jsx
<Board
{...getUrlParams()}
onColumnRemove={console.log}
onColumnRename={console.log}
onCardRemove={console.log}
initialBoard={board}
allowAddCard={{ on: "top" }}
onAddCardClick={(column) => console.log(column)} // <---------- Overides the action of the current one
/>,
```
## ๐Ÿ›  Install and usage

@@ -33,0 +47,0 @@

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