deep-equal-in-any-order
                                
                                
                                
                                    deep-equal-in-any-order copied to clipboard
                            
                            
                            
                        A chai plugin to match objects and arrays deep equality with arrays (including nested ones) being in any order.
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@semantic-release/commit-analyzer](https://redirect.github.com/semantic-release/commit-analyzer) | [`^8.0.1` -> `^13.0.1`](https://renovatebot.com/diffs/npm/@semantic-release%2fcommit-analyzer/8.0.1/13.0.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [@babel/core](https://babel.dev/docs/en/next/babel-core) ([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-core)) | [`^7.13.14` ->...
Bumps [get-func-name](https://github.com/chaijs/get-func-name) from 2.0.0 to 2.0.2. Release notes Sourced from get-func-name's releases. v2.0.2 What's Changed Revert previous changes that shipped this as an ES module. Full Changelog: https://github.com/chaijs/get-func-name/commits/v2.0.2 v2.0.1 What's...
I need to compare 2 deeply nested pbjects where the order does not matter, so i am using deep-equal-in-any-order and it works well. But, there are use-cases where i need...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [semver](https://github.com/npm/node-semver) from 5.6.0 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...
Try bellow code: ``` import chai from 'chai'; import chaiExclude from 'chai-exclude'; import deepEqualInAnyOrder from 'deep-equal-in-any-order'; chai.use(chaiExclude); chai.use(deepEqualInAnyOrder); const result = { "appVersion": "2", "correlationId": "COR1" }; const resultB =...