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

@acrool/react-kanban

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@acrool/react-kanban - npm Package Compare versions

Comparing version 1.0.1-alpha.18 to 1.0.1-alpha.19

4

dist/AcroolKanban.d.ts
import { IAcroolKanbanProps } from './types';
/**
* Acrool 客製化看板工具
* @param className
* @param style
* @param tasks 單純詳細資料 與順序無關

@@ -11,3 +13,3 @@ * @param groups 群組資料(順序依賴 與 內包含 tasks順序)

*/
declare const AcroolKanban: ({ tasks, groups, isVisibleBanner, onClickTaskCard, onChangTaskSequence, onChangDiffGroupTaskSequence, }: IAcroolKanbanProps) => JSX.Element;
declare const AcroolKanban: ({ className, style, tasks, groups, isVisibleBanner, onClickTaskCard, onChangTaskSequence, onChangDiffGroupTaskSequence, }: IAcroolKanbanProps) => JSX.Element;
export default AcroolKanban;
{
"name": "@acrool/react-kanban",
"version": "1.0.1-alpha.18",
"version": "1.0.1-alpha.19",
"description": "Most modern kanban with dnd for ReactJS",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is too big to display

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