Socket
Socket
Sign inDemoInstall

@uiw/react-tree

Package Overview
Dependencies
Maintainers
2
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uiw/react-tree - npm Package Compare versions

Comparing version 4.22.0 to 4.22.1

3

cjs/index.js

@@ -33,3 +33,3 @@ "use strict";

};
var getChildKeys = function getChildKeys() {
var getChildKeys = exports.getChildKeys = function getChildKeys() {
var childs = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];

@@ -49,3 +49,2 @@ var result = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [];

};
exports.getChildKeys = getChildKeys;
var getParentKeys = function getParentKeys() {

@@ -52,0 +51,0 @@ var childs = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};

{
"name": "@uiw/react-tree",
"version": "4.22.0",
"version": "4.22.1",
"description": "Tree component",

@@ -47,6 +47,6 @@ "author": "Kenny Wong <wowohoo@qq.com>",

"dependencies": {
"@uiw/react-icon": "^4.22.0",
"@uiw/utils": "^4.22.0",
"@uiw/react-icon": "^4.22.1",
"@uiw/utils": "^4.22.1",
"react-transition-group": "~4.4.2"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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