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

react-custom-tree

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-custom-tree - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "react-custom-tree",
"version": "1.0.2",
"version": "1.0.3",
"description": "Fully customizable tree ui component",

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

@@ -71,4 +71,4 @@ # react-custom-tree

import Tree from 'react-custom-tree'
import data from './data.json'
class App extends Component {

@@ -79,3 +79,3 @@

this.state = {
data:data
};

@@ -109,7 +109,4 @@ }

## Custom Child and Parent Component sample
```

@@ -167,5 +164,7 @@ import React, { Component } from 'react'

```
Check live demo for examples
[Live demo](https://sojinantony01.github.io/react-custom-tree/)
[Sojin Antony](https://github.com/sojinantony01)
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