Socket
Socket
Sign inDemoInstall

react-complex-tree

Package Overview
Dependencies
3
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.0 to 2.2.1

1

lib/cjs/tree/TreeManager.d.ts

@@ -1,2 +0,1 @@

/// <reference types="react" />
export declare const TreeManager: () => JSX.Element;

@@ -1,2 +0,1 @@

/// <reference types="react" />
import { TreeItemIndex } from '../types';

@@ -3,0 +2,0 @@ export declare const TreeItem: (props: {

@@ -1,2 +0,1 @@

/// <reference types="react" />
import { TreeItemIndex } from '../types';

@@ -3,0 +2,0 @@ export declare const TreeItemChildren: (props: {

3

lib/cjs/types.d.ts

@@ -197,2 +197,5 @@ import React, { FormHTMLAttributes, HTMLProps, InputHTMLAttributes, Ref } from 'react';

dragAndDropContext: DragAndDropContextProps;
activeTreeId?: string;
treeIds: string[];
trees: Record<string, TreeConfiguration>;
}

@@ -199,0 +202,0 @@ export interface TreeEnvironmentConfiguration<T = any, C extends string = never> extends TreeRenderProps<T, C>, TreeCapabilities<T>, TreeChangeHandlers<T>, ExplicitDataSource<T> {

@@ -197,2 +197,5 @@ import React, { FormHTMLAttributes, HTMLProps, InputHTMLAttributes, Ref } from 'react';

dragAndDropContext: DragAndDropContextProps;
activeTreeId?: string;
treeIds: string[];
trees: Record<string, TreeConfiguration>;
}

@@ -199,0 +202,0 @@ export interface TreeEnvironmentConfiguration<T = any, C extends string = never> extends TreeRenderProps<T, C>, TreeCapabilities<T>, TreeChangeHandlers<T>, ExplicitDataSource<T> {

@@ -197,2 +197,5 @@ import React, { FormHTMLAttributes, HTMLProps, InputHTMLAttributes, Ref } from 'react';

dragAndDropContext: DragAndDropContextProps;
activeTreeId?: string;
treeIds: string[];
trees: Record<string, TreeConfiguration>;
}

@@ -199,0 +202,0 @@ export interface TreeEnvironmentConfiguration<T = any, C extends string = never> extends TreeRenderProps<T, C>, TreeCapabilities<T>, TreeChangeHandlers<T>, ExplicitDataSource<T> {

{
"name": "react-complex-tree",
"version": "2.2.0",
"version": "2.2.1",
"main": "lib/cjs/index.js",

@@ -37,3 +37,3 @@ "module": "lib/esm/index.js",

"cpy-cli": "^3.1.1",
"demodata": "^2.2.0",
"demodata": "^2.2.1",
"jest": "^29.2.2",

@@ -70,3 +70,3 @@ "jest-dom": "^4.0.0",

},
"gitHead": "1c57fa113874866bdda518fd5a6e579bc66dbfa4"
"gitHead": "a269fc7ae402fd2631319c01f4e1ec057fb9e3b3"
}

@@ -245,2 +245,5 @@ import React, {

dragAndDropContext: DragAndDropContextProps;
activeTreeId?: string;
treeIds: string[];
trees: Record<string, TreeConfiguration>;
}

@@ -247,0 +250,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc