šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

@rxap/data-structure-tree

Package Overview
Dependencies
Maintainers
0
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rxap/data-structure-tree

Provides a tree data structure with node manipulation capabilities, including adding, removing, and traversing nodes. It supports hierarchical data representation with features like expanding, collapsing, selecting, and deselecting nodes. The package al

1.1.15
latest
Source
npm
Version published
Weekly downloads
32
6.67%
Maintainers
0
Weekly downloads
Ā 
Created
Source

Provides a tree data structure with node manipulation capabilities, including adding, removing, and traversing nodes. It supports hierarchical data representation with features like expanding, collapsing, selecting, and deselecting nodes. The package also includes utilities for managing node visibility and custom parameters.

npm version commitizen friendly styled with prettier Libraries.io dependency status for latest release, scoped npm package npm NPM

Installation

Add the package to your workspace:

yarn add @rxap/data-structure-tree

Execute the init generator:

yarn nx g @rxap/data-structure-tree:init

Generators

init

Initialize the package in the workspace

nx g @rxap/data-structure-tree:init

Keywords

data-structure

FAQs

Package last updated on 07 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts