@bb-labs/deep-sort 0.0.3 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -6
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -59,9 +59,3 @@ deepSort([
|
|
|
59
59
|
- Sorting arrays by SuperJSON string is deterministic but may be expensive for very large/nested data.
|
|
60
60
|
- Circular references are **not supported** (SuperJSON cannot serialize them).
|
|
61
61
|
- This is intended for **cache key normalization**, **equality pre-normalization**, and **stable hashing** — not for mutating live data structuress.
|
|
62
|
-
|
|
63
|
-
---
|
|
64
|
-
|
|
65
|
-
## License
|
|
66
|
-
|
|
67
|
-
MIT
|