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
32
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.7-alpha.2 to 1.0.7-alpha.3

2

dist/provider/KanbanProvider.d.ts

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

isVisibleBanner: boolean;
onChangePriority: (id: string, isPriorityHot: boolean) => void;
onChangePriority: (id: string, isPriorityHeight: boolean) => void;
}

@@ -10,0 +10,0 @@ export declare const KanbanContext: React.Context<IKanbanContext>;

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

onClickTaskCard: (taskId: string) => void;
onChangePriority: (id: string, isPriorityHot: boolean) => void;
onChangePriority: (id: string, isPriorityHeight: boolean) => void;
onChangTaskSequence: (groupId: string, index: number, toIndex: number) => void;

@@ -58,0 +58,0 @@ onChangDiffGroupTaskSequence: (groupId: string, index: number, toGroupId: string, toIndex: number) => void;

{
"name": "@acrool/react-kanban",
"version": "1.0.7-alpha.2",
"version": "1.0.7-alpha.3",
"description": "Most modern kanban with dnd for ReactJS",

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

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