New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react.js-nested-tree

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react.js-nested-tree - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

dist/cjs/types/src/components/treeList/TreeList.test.d.ts

12

package.json
{
"name": "react.js-nested-tree",
"version": "1.1.0",
"version": "1.2.0",
"main": "dist/cjs/index.js",

@@ -15,3 +15,4 @@ "description": "The react.js-nested-tree package is a versatile React component designed for creating nested, hierarchical tree structures. This package is especially useful for applications that require a visual representation of nested data, such as file explorers, category trees, or organizational charts.",

"scripts": {
"rollup": "rollup -c --bundleConfigAsCjs"
"build": "rollup -c --bundleConfigAsCjs",
"test": "jest"
},

@@ -32,3 +33,9 @@ "keywords": [

"@rollup/plugin-typescript": "^11.1.6",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/react": "^18.3.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"react": "^18.3.1",

@@ -38,2 +45,3 @@ "rollup": "^4.18.0",

"rollup-plugin-peer-deps-external": "^2.2.4",
"ts-jest": "^29.1.5",
"tslib": "^2.6.3",

@@ -40,0 +48,0 @@ "typescript": "^5.4.5"

7

README.md

@@ -5,2 +5,6 @@ # react.js-nested-tree

## Description:
The react.js-nested-tree package is a versatile React component designed for creating nested, hierarchical tree structures. This package is especially useful for applications that require a visual representation of nested data, such as file explorers, category trees, or organizational charts.
## Installation:

@@ -74,3 +78,2 @@

> [react-js-nested-tree-demo](https://codesandbox.io/p/live/06e9de8a-a26d-43f5-909c-3e15204b2b2a)
> [react-js-nested-tree-demo](https://codesandbox.io/p/devbox/react-js-nested-tree-demo-mrggtt)
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