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

is-equal is a JavaScript library that determines if two values are conceptually equal, handling various data types including primitives, objects, arrays, and dates. It's designed for developers who need to compare complex data structures and understand the nuances of equality in JavaScript. The library also provides a feature to explain why two values are not equal, making it useful for debugging and testing scenarios.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of inspect-js/is-equal

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/es-to-primitive
ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions.
Account's avatar
inspect-js/functions-have-names
Does this JS environment support the `name` property on functions?
Account's avatar
ljharb/has-bigints
Determine if the JS environment has BigInt support.
Account's avatar
inspect-js/has-symbols
Determine if the JS environment has Symbol support. Supports spec, or shams.
Account's avatar
inspect-js/hasOwn
A robust, ES3 compatible, "has own property" predicate.
Account's avatar
ljharb/is-arrow-function
Determine if a function is an ES6 arrow function or not.
Account's avatar
inspect-js/is-bigint
Is this value an ES BigInt?
Account's avatar
inspect-js/is-boolean-object
Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Account's avatar
inspect-js/is-callable
Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.
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-generator-function
Determine if a function is a native generator function.
Account's avatar
inspect-js/is-number-object
Is this value a JS Number 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-string
Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Account's avatar
inspect-js/is-symbol
Determine if a value is an ES6 Symbol or not.
Account's avatar
juliangruber/isarray
Array#isArray for older browsers
Account's avatar
inspect-js/object-inspect
string representations of objects in node and the browser
Account's avatar
es-shims/Object.entries
ES2017 spec-compliant Object.entries shim.
Account's avatar
es-shims/Object.getPrototypeOf
An ES5 mostly-spec-compliant `Object.getPrototypeOf` sham/polyfill/replacement that works in as many engines as possible
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
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
zloirock/core-js
Standard library
Account's avatar
ljharb/es-value-fixtures
Fixtures of ES values, for testing purposes
Account's avatar
paulmillr/es6-shim
ECMAScript 6 (Harmony) compatibility shims for legacy JavaScript engines
Account's avatar
Raynos/for-each
A better forEach
Account's avatar
iarna/in-publish
Detect if we were run as a result of `npm publish`
Account's avatar
ljharb/make-arrow-function
Function that returns an arbitrary arrow function, or undefined if arrow function syntax is unsupported.
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
ljharb/object.assign
ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim
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
tape-testing/tape
tap-producing test harness for node and browsers

Support the repos that depend on this repository

Top contributors

ljharb's profile
ljharb
289 contributions
jmm's profile
jmm
4 contributions
arasmussen's profile
arasmussen
1 contributions
karlhorky's profile
karlhorky
1 contributions
r0mflip's profile
r0mflip
1 contributions
riophae's profile
riophae
1 contributions
ChALkeR's profile
ChALkeR
1 contributions

Recent events

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

No events yet
inspect-js

inspect-js/is-equal

Are these two values conceptually equal?

JavaScript
60
7
MIT License