Socket
Socket
Sign inDemoInstall

@rxap/data-structure-tree

Package Overview
Dependencies
4
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1-dev.2 to 1.1.1

4

CHANGELOG.md

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

## [1.1.1](https://gitlab.com/rxap/packages/compare/@rxap/data-structure-tree@1.1.1-dev.2...@rxap/data-structure-tree@1.1.1) (2024-04-17)
**Note:** Version bump only for package @rxap/data-structure-tree
## [1.1.1-dev.2](https://gitlab.com/rxap/packages/compare/@rxap/data-structure-tree@1.1.1-dev.1...@rxap/data-structure-tree@1.1.1-dev.2) (2024-04-09)

@@ -8,0 +12,0 @@

12

package.json
{
"version": "1.1.1-dev.2",
"version": "1.1.1",
"name": "@rxap/data-structure-tree",

@@ -11,4 +11,4 @@ "description": "Proves class, types and functions to work with tree data structures",

"peerDependencies": {
"@rxap/rxjs": "^1.1.1-dev.1",
"@rxap/utilities": "^16.1.0-dev.8",
"@rxap/rxjs": "^1.1.1",
"@rxap/utilities": "^16.1.0",
"tslib": "2.6.2"

@@ -37,7 +37,7 @@ },

"package": "@rxap/rxjs",
"version": "1.1.1-dev.1"
"version": "1.1.1"
},
{
"package": "@rxap/utilities",
"version": "16.1.0-dev.8"
"version": "16.1.0"
}

@@ -56,4 +56,4 @@ ]

"type": "commonjs",
"gitHead": "3e1762a8ab913dadaaa5f55c84c28d40cb579885",
"gitHead": "28add49b88a526653de396861c299d74489d9d82",
"main": "./src/index.js"
}

@@ -21,3 +21,3 @@ # @rxap/data-structure-tree

```bash
yarn add @rxap/rxjs@^1.1.1-dev.1 @rxap/utilities@^16.1.0-dev.8 tslib@2.6.2
yarn add @rxap/rxjs@^1.1.1 @rxap/utilities@^16.1.0 tslib@2.6.2
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc