Socket
Socket
Sign inDemoInstall

@rxap/data-structure-tree

Package Overview
Dependencies
Maintainers
2
Versions
43
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 1.1.0-dev.0 to 1.1.0-dev.1

18

CHANGELOG.md

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

# [1.1.0-dev.1](https://gitlab.com/rxap/packages/compare/@rxap/data-structure-tree@1.0.1-dev.1...@rxap/data-structure-tree@1.1.0-dev.1) (2023-10-11)
### Bug Fixes
- add licence file to publishable packages ([d7de1cb](https://gitlab.com/rxap/packages/commit/d7de1cb9db1bd1628f37084e3b0ffd1755aa75f6))
- change from commonjs to es2022 ([6223c97](https://gitlab.com/rxap/packages/commit/6223c978078cfa899ca69424b62d2a99cbb290a7))
- ensure the project name is not included in the project tag list ([46d4479](https://gitlab.com/rxap/packages/commit/46d44798258ea1b20df9d4408b9c0809f55027b2))
- generate readme with peer dependencies to install ([27c2cd7](https://gitlab.com/rxap/packages/commit/27c2cd7d98f0c8a499b8c30719f49d69e4970ae9))
- peer dependency issue ([ee95415](https://gitlab.com/rxap/packages/commit/ee95415370d9ef2396916d6c25061a0df791034a))
### Features
- support icon list and parent linking ([05113f1](https://gitlab.com/rxap/packages/commit/05113f15cbbde6df066fb8454e20e5e07eecf8fa))
### Reverts
- change from commonjs to es2022 ([50eca61](https://gitlab.com/rxap/packages/commit/50eca61e9a89388d1cfeefb8b1029b302b6f307e))
# [1.1.0-dev.0](https://gitlab.com/rxap/packages/compare/@rxap/data-structure-tree@1.0.1-dev.12...@rxap/data-structure-tree@1.1.0-dev.0) (2023-10-08)

@@ -8,0 +26,0 @@

8

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

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

"@rxap/rxjs": "^1.0.1-dev.11",
"@rxap/utilities": "^16.0.0-dev.19",
"@rxap/utilities": "^16.0.0-dev.21",
"tslib": "2.6.2"

@@ -40,3 +40,3 @@ },

"package": "@rxap/utilities",
"version": "16.0.0-dev.19"
"version": "16.0.0-dev.21"
}

@@ -55,5 +55,5 @@ ]

"type": "commonjs",
"gitHead": "55a6ec2eac9f714266245f780aad272862730092",
"gitHead": "cc79abe8b76799cf9e91a91b92e8172b23a74b13",
"main": "./src/index.js",
"types": "./src/index.d.ts"
}

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

```bash
yarn add @rxap/rxjs@^1.0.1-dev.11 @rxap/utilities@^16.0.0-dev.19 tslib@2.6.2
yarn add @rxap/rxjs@^1.0.1-dev.11 @rxap/utilities@^16.0.0-dev.21 tslib@2.6.2
```
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