You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
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 - npm Package Compare versions

Comparing version

to
1.1.15-dev.0

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [1.1.15-dev.0](https://gitlab.com/rxap/packages/compare/@rxap/data-structure-tree@1.1.14...@rxap/data-structure-tree@1.1.15-dev.0) (2025-02-28)
**Note:** Version bump only for package @rxap/data-structure-tree
## [1.1.14](https://gitlab.com/rxap/packages/compare/@rxap/data-structure-tree@1.1.13...@rxap/data-structure-tree@1.1.14) (2025-02-23)
**Note:** Version bump only for package @rxap/data-structure-tree
## [1.1.13](https://gitlab.com/rxap/packages/compare/@rxap/data-structure-tree@1.1.13-dev.4...@rxap/data-structure-tree@1.1.13) (2025-02-23)

@@ -8,0 +16,0 @@

6

package.json
{
"version": "1.1.13",
"version": "1.1.15-dev.0",
"name": "@rxap/data-structure-tree",

@@ -8,3 +8,3 @@ "description": "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.\n",

"@nx/devkit": "20.4.6",
"@rxap/rxjs": "^1.1.13",
"@rxap/rxjs": "^1.1.15-dev.0",
"@rxap/utilities": "^16.4.3",

@@ -42,5 +42,5 @@ "tslib": "2.6.2"

"type": "commonjs",
"gitHead": "d77504e6fd71447b1032f897cabb2aefac17c260",
"gitHead": "eb8968c9726c4f3b80ca9361d0e0c70bd1f34695",
"types": "./src/index.d.ts",
"main": "./src/index.js"
}