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

deep-equal is a Node.js module that provides a standalone implementation of Node's `assert.deepEqual()` algorithm for comparing objects recursively. It's designed for developers who need robust deep equality comparison in their Node.js or browser applications, offering the same functionality as Node's built-in method with added reliability against built-in modifications.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

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

No events yet
inspect-js

inspect-js/node-deep-equal

node's assert.deepEqual algorithm

JavaScript
793
105
MIT License
ljharb's profile
ljharb
184 contributions
isaacs's profile
isaacs
2 contributions
dougwilson's profile
dougwilson
1 contributions
erikvold's profile
erikvold
1 contributions
grahambinns's profile
grahambinns
1 contributions
Xotic750's profile
Xotic750
1 contributions
KoryNunn's profile
KoryNunn
1 contributions
khirayama's profile
khirayama
1 contributions
bloodyowl's profile
bloodyowl
1 contributions
grncdr's profile
grncdr
1 contributions

Support the dependencies of inspect-js/node-deep-equal

Account's avatar
inspect-js/array-buffer-byte-length
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Account's avatar
ljharb/call-bind
Robustly `.call.bind()` a function
Account's avatar
ljharb/es-get-iterator
Get an iterator for any JS language value. Works robustly across all environments, all versions.
Account's avatar
ljharb/get-intrinsic
Get and robustly cache all JS language-level intrinsics at first require time
Account's avatar
inspect-js/is-arguments
Is this an arguments object? It's a harder question than you think.
Account's avatar
inspect-js/is-array-buffer
Is this value a JS ArrayBuffer?
Account's avatar
inspect-js/is-date-object
Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Account's avatar
inspect-js/is-regex
Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag
Account's avatar
inspect-js/is-shared-array-buffer
Is this value a JS SharedArrayBuffer?
Account's avatar
juliangruber/isarray
Array#isArray for older browsers
Account's avatar
es-shims/object-is
ES2015-compliant shim for Object.is - differentiates between -0 and +0
Account's avatar
ljharb/object-keys
An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim
Account's avatar
ljharb/object.assign
ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim
Account's avatar
es-shims/RegExp.prototype.flags
ES6 spec-compliant RegExp.prototype.flags shim.
Account's avatar
ljharb/side-channel
Store information about any JS value in a side channel. Uses WeakMap if available.
Account's avatar
inspect-js/which-boxed-primitive
Which kind of boxed JS primitive is this?
Account's avatar
inspect-js/which-collection
Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Account's avatar
inspect-js/which-typed-array
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Account's avatar
ljharb/eslint-config
My shareable eslint config
Account's avatar
ljharb/aud
Use `npx aud` instead of `npm audit`, whether you have a lockfile or not!
Account's avatar
CookPete/auto-changelog
Command line tool for generating a changelog from git tags and commit history
Account's avatar
inspect-js/available-typed-arrays
Returns an array of Typed Array names that are available in the current environment
Account's avatar
Raynos/for-each
A better forEach
Account's avatar
inspect-js/has-proto
Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?
Account's avatar
inspect-js/has-symbols
Determine if the JS environment has Symbol support. Supports spec, or shams.
Account's avatar
inspect-js/has-typed-arrays
Does this environment have JS Typed Arrays?
Account's avatar
iarna/in-publish
Detect if we were run as a result of `npm publish`
Account's avatar
ljharb/npmignore
Command line tool for creating or updating a .npmignore file based on .gitignore.
Account's avatar
istanbuljs/nyc
the Istanbul command line interface
Account's avatar
es-shims/object.getownpropertydescriptors
ES2017 spec-compliant shim for `Object.getOwnPropertyDescriptors` that works in ES5.
Account's avatar
ljharb/safe-publish-latest
Ensure that when you `npm publish`, the "latest" tag is only set for the truly latest version.
Account's avatar
npm/node-semver
The semantic version parser used by npm.
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers