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

react-nested-tree2

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-nested-tree2 - npm Package Compare versions

Comparing version
0.0.1
to
0.0.2
+2
-2
dist/TreeLeaf.d.ts

@@ -1,3 +0,3 @@

import React from 'react';
import type { TreeData } from './TreeData';
import React from "react";
import type { TreeData } from "./TreeData";
export declare const TreeLeaf: React.FC<{

@@ -4,0 +4,0 @@ item: TreeData<any, any>;

@@ -12,3 +12,3 @@ var __rest = (this && this.__rest) || function (s, e) {

};
import React from 'react';
import React from "react";
export const TreeLeaf = (_a) => {

@@ -15,0 +15,0 @@ var { item, renderLeaf } = _a, props = __rest(_a, ["item", "renderLeaf"]);

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

{"version":3,"file":"TreeLeaf.js","sourceRoot":"","sources":["../src/TreeLeaf.tsx"],"names":[],"mappings":";;;;;;;;;;;AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,MAAM,CAAC,MAAM,QAAQ,GAKjB,CAAC,EAA8B,EAAE,EAAE;QAAlC,EAAE,IAAI,EAAE,UAAU,OAAY,EAAP,KAAK,cAA5B,sBAA8B,CAAF;IAC/B,OAAO,4CAAQ,KAAK,GAAG,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,CAAM,CAAA;AACpD,CAAC,CAAA"}
{"version":3,"file":"TreeLeaf.js","sourceRoot":"","sources":["../src/TreeLeaf.tsx"],"names":[],"mappings":";;;;;;;;;;;AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,CAAC,MAAM,QAAQ,GAKjB,CAAC,EAA8B,EAAE,EAAE;QAAlC,EAAE,IAAI,EAAE,UAAU,OAAY,EAAP,KAAK,cAA5B,sBAA8B,CAAF;IAC/B,OAAO,4CAAQ,KAAK,GAAG,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,CAAM,CAAC;AACrD,CAAC,CAAC"}
{
"name": "react-nested-tree2",
"version": "0.0.1",
"version": "0.0.2",
"description": "A headless and configurable nested React tree component",

@@ -14,3 +14,3 @@ "main": "index.js",

"type": "git",
"url": "git+https://github.com/burro-robotics/react-nested-tree.git"
"url": "git+https://github.com/burro-robotics/react-nested-tree2.git"
},

@@ -20,5 +20,5 @@ "author": "Paul Jones",

"bugs": {
"url": "https://github.com/burro-robotics/react-nested-tree/issues"
"url": "https://github.com/burro-robotics/react-nested-tree2/issues"
},
"homepage": "https://github.com/burro-robotics/react-nested-tree#readme",
"homepage": "https://github.com/burro-robotics/react-nested-tree2#readme",
"peerDependencies": {

@@ -25,0 +25,0 @@ "react": "^18.3.1"

Sorry, the diff of this file is not supported yet