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

@acrool/react-kanban

Package Overview
Dependencies
Maintainers
0
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 2.0.1-alpha.4 to 2.0.1-alpha.5

4

dist/provider/KanbanProvider.d.ts

@@ -8,2 +8,4 @@ import * as React from 'react';

onChangePriority?: (id: string, isPriorityHeight: boolean) => void;
isDragGroupDisabled: boolean;
isDragTaskDisabled: boolean;
}

@@ -15,3 +17,3 @@ export declare const KanbanContext: React.Context<IKanbanContext>;

}
declare const KanbanProvider: ({ children, tasks, onClickTaskCard, isVisibleBanner, onChangePriority, }: IProps) => JSX.Element;
declare const KanbanProvider: ({ children, tasks, onClickTaskCard, isVisibleBanner, onChangePriority, isDragGroupDisabled, isDragTaskDisabled, }: IProps) => JSX.Element;
export default KanbanProvider;

@@ -58,3 +58,3 @@ import * as React from 'react';

onRenameGroup?: TOnRenameGroup;
onChangePriority: (id: string, isPriorityHeight: boolean) => void;
onChangePriority?: (id: string, isPriorityHeight: boolean) => void;
onGroupChangeSequence?: TOnGroupChangeSequence;

@@ -61,0 +61,0 @@ onTaskChangeSequence?: TOnTaskChangeSequence;

{
"name": "@acrool/react-kanban",
"version": "2.0.1-alpha.4",
"version": "2.0.1-alpha.5",
"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