Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of fkling/deep-equal-ident

Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
jestjs/jest
Delightful JavaScript Testing.

Support the repos that depend on this repository

Top contributors

fkling's profile
fkling
23 contributions
andersk's profile
andersk
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
fkling

fkling/deep-equal-ident

A function to test for identity-based deep equality

JavaScript
6
2
MIT License

`deep-equal-ident` is a Node.js utility that performs deep equality checks while also preserving object‑identity information. It works like Lodash’s `isEqual` but fails when two structures contain the same values yet different reference patterns, making it useful for unit‑testing (especially with chai) and for validating algorithms such as deep cloning that must retain the original graph topology. Target audience: JavaScript developers who need more strict structural equality guarantees in tests or data‑processing code.