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

@nosferatu500/react-sortable-tree

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nosferatu500/react-sortable-tree - npm Package Compare versions

Comparing version 4.0.0-beta.3 to 4.0.0-beta.4

2

package.json
{
"name": "@nosferatu500/react-sortable-tree",
"version": "4.0.0-beta.3",
"version": "4.0.0-beta.4",
"description": "Drag-and-drop sortable component for nested data and hierarchies",

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

@@ -1,18 +0,3 @@

export default class DndManager {
constructor(treeRef: any);
get startDrag(): any;
get dragHover(): any;
get endDrag(): any;
get drop(): any;
get treeId(): any;
get dndType(): any;
get treeData(): any;
get getNodeKey(): any;
get customCanDrop(): any;
get maxDepth(): any;
getTargetDepth(dropTargetProps: any, monitor: any, component: any): number;
canDrop(dropTargetProps: any, monitor: any): any;
wrapSource(el: any): any;
wrapTarget(el: any): any;
wrapPlaceholder(el: any): any;
}
export declare const wrapSource: (el: any, startDrag: any, endDrag: any, dndType: any) => any;
export declare const wrapPlaceholder: (el: any, treeId: any, drop: any, dndType: any) => any;
export declare const wrapTarget: (el: any, canNodeHaveChildren: any, treeId: any, maxDepth: any, treeRefcanDrop: any, drop: any, dragHover: any, dndType: any, draggingTreeData: any, treeReftreeData: any, getNodeKey: any) => any;

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

Sorry, the diff of this file is not supported yet

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