Socket
Socket
Sign inDemoInstall

react-complex-tree

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-complex-tree - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

lib/style-modern.css

1

lib/cjs/tree/TreeManager.d.ts

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

/// <reference types="react" />
export declare const TreeManager: () => JSX.Element;
{
"name": "react-complex-tree",
"version": "2.0.3",
"version": "2.0.4",
"main": "lib/cjs/index.js",

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

"typings": "lib/esm/index.d.ts",
"style": "lib/style.css",
"style": "lib/style-modern.css",
"unpkg": "lib/bundle.js",

@@ -38,3 +38,3 @@ "sideEffects": [

"cpy-cli": "^3.1.1",
"demodata": "^2.0.3",
"demodata": "^2.0.4",
"jest": "^29.2.2",

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

"build:bundle": "webpack",
"build:prepare": "cpy ./src/style.css ./lib && cpy ../../readme.md ./",
"build:prepare": "cpy ./src/style.css ./lib && cpy ./src/style-modern.css ./lib && cpy ../../readme.md ./",
"test": "jest"

@@ -72,3 +72,3 @@ },

},
"gitHead": "444593d3c0251102d07a0bdb9331d777903be31b"
"gitHead": "c0d35bcbc108ac10030cc568a3bc316cdbe4b312"
}

@@ -7,4 +7,5 @@ # React Complex Tree

[![](https://badgen.net/bundlephobia/minzip/react-complex-tree)](https://bundlephobia.com/package/react-complex-tree)
[![npm downloads](https://badgen.net/npm/dt/react-complex-tree)](https://www.npmjs.com/package/react-complex-tree)
![Demo for React Complex Tree](https://raw.githubusercontent.com/lukasbach/react-complex-tree/main/demo.gif)
[![Demo for React Complex Tree](https://raw.githubusercontent.com/lukasbach/react-complex-tree/main/demo.gif)](https://rct.lukasbach.com/docs/getstarted)

@@ -11,0 +12,0 @@ > An Unopinionated Accessible Tree Component with Multi-Select and Drag-And-Drop

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