New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

react-treebeard-ve

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-treebeard-ve - npm Package Compare versions

Comparing version
2.0.5
to
2.0.6
+1
-0
lib/components/node.js

@@ -175,2 +175,3 @@ 'use strict';

onClick: this.onClick,
parent: node,
style: style

@@ -177,0 +178,0 @@ }));

@@ -101,2 +101,3 @@ 'use strict';

onToggle: onToggle,
parent: data,
style: style.tree.node

@@ -103,0 +104,0 @@ }));

+1
-1
{
"name": "react-treebeard-ve",
"version": "2.0.5",
"version": "2.0.6",
"description": "React Tree View Component",

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

@@ -91,2 +91,3 @@ 'use strict';

onClick={this.onClick}
parent={node}
style={style}

@@ -93,0 +94,0 @@ />

@@ -33,2 +33,3 @@ 'use strict';

onToggle={onToggle}
parent={data}
style={style.tree.node}

@@ -35,0 +36,0 @@ />