{"id":22221943,"url":"https://github.com/fabiospampinato/are-deeply-equal","last_synced_at":"2025-07-12T07:02:25.838Z","repository":{"id":62747102,"uuid":"561946492","full_name":"fabiospampinato/are-deeply-equal","owner":"fabiospampinato","description":"Check if two values are deeply equal to each other.","archived":false,"fork":false,"pushed_at":"2025-01-12T18:13:44.000Z","size":22,"stargazers_count":7,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-28T23:13:04.754Z","etag":null,"topics":["check","deep","equal"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fabiospampinato.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"fabiospampinato","custom":"https://www.paypal.me/fabiospampinato"}},"created_at":"2022-11-04T21:34:57.000Z","updated_at":"2025-01-12T18:13:47.000Z","dependencies_parsed_at":"2024-10-12T22:01:16.410Z","dependency_job_id":"1928b3e7-6b30-41b3-9223-fce7ea515ce6","html_url":"https://github.com/fabiospampinato/are-deeply-equal","commit_stats":{"total_commits":20,"total_committers":1,"mean_commits":20.0,"dds":0.0,"last_synced_commit":"ae0523c69c84d14293dd8b44e45fd39d76ccc844"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/fabiospampinato/are-deeply-equal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fare-deeply-equal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fare-deeply-equal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fare-deeply-equal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fare-deeply-equal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabiospampinato","download_url":"https://codeload.github.com/fabiospampinato/are-deeply-equal/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fare-deeply-equal/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264951976,"owners_count":23687993,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["check","deep","equal"],"created_at":"2024-12-02T23:16:18.401Z","updated_at":"2025-07-12T07:02:25.833Z","avatar_url":"https://github.com/fabiospampinato.png","language":"JavaScript","funding_links":["https://github.com/sponsors/fabiospampinato","https://www.paypal.me/fabiospampinato"],"categories":[],"sub_categories":[],"readme":"# Are Deeply Equal\n\nCheck if two values are deeply equal to each other.\n\nIt supports comparing primitives, `Array`, `Map`, `Set`, `Date`, `RegExp`, `ArrayBuffer`, `DataView`, `Int8Array`, `Uint8Array`, `Uint8ClampedArray`, `Int16Array`, `Uint16Array`, `Int32Array`, `Uint32Array`, `Float32Array`, `Float64Array`, `BigInt64Array`, `BigUint64Array`, `Promise`, `WeakMap`, `WeakSet`, `Node`, plain objects, objects with a custom `valueOf` function, and other classes (which are treated like plain objects).\n\n## Install\n\n```sh\nnpm install are-deeply-equal\n```\n\n## Usage\n\n```ts\nimport areDeeplyEqual from 'are-deeply-equal';\n\n// Let's compare two values for deep equality\n\nareDeeplyEqual ( [123, { value: 'foo' }], [123, { value: 'foo' }] ); // =\u003e true\nareDeeplyEqual ( [true], [false] ); // =\u003e false\n```\n\n## License\n\nMIT © Fabio Spampinato\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabiospampinato%2Fare-deeply-equal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabiospampinato%2Fare-deeply-equal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabiospampinato%2Fare-deeply-equal/lists"}