{"id":15113941,"url":"https://github.com/sindresorhus/deep-strict-equal","last_synced_at":"2025-09-27T17:32:13.248Z","repository":{"id":55416034,"uuid":"43287425","full_name":"sindresorhus/deep-strict-equal","owner":"sindresorhus","description":"Test for deep equality - Node.js `assert.deepStrictEqual()` algorithm as a standalone module","archived":true,"fork":false,"pushed_at":"2021-09-17T04:45:46.000Z","size":5,"stargazers_count":21,"open_issues_count":0,"forks_count":2,"subscribers_count":9,"default_branch":"main","last_synced_at":"2024-04-13T17:38:01.755Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"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/sindresorhus.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},"funding":{"github":"sindresorhus","open_collective":"sindresorhus","custom":"https://sindresorhus.com/donate"}},"created_at":"2015-09-28T07:52:58.000Z","updated_at":"2023-01-28T06:30:10.000Z","dependencies_parsed_at":"2022-08-14T23:50:42.724Z","dependency_job_id":null,"html_url":"https://github.com/sindresorhus/deep-strict-equal","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fdeep-strict-equal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fdeep-strict-equal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fdeep-strict-equal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sindresorhus%2Fdeep-strict-equal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sindresorhus","download_url":"https://codeload.github.com/sindresorhus/deep-strict-equal/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219872029,"owners_count":16554485,"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":[],"created_at":"2024-09-26T01:40:34.610Z","updated_at":"2025-09-27T17:32:07.993Z","avatar_url":"https://github.com/sindresorhus.png","language":"JavaScript","readme":"This package is deprecated as it's too much effort to keep it in sync with the Node.js implementation. Just use [`util.isDeepStrictEqual()`](https://nodejs.org/api/util.html#util_util_isdeepstrictequal_val1_val2).\n\n---\n\n# deep-strict-equal\n\n\u003e Test for deep equality - Node.js [`assert.deepStrictEqual()`](https://nodejs.org/api/assert.html#assert_assert_deepstrictequal_actual_expected_message) algorithm as a standalone module\n\n## Install\n\n```\n$ npm install deep-strict-equal\n```\n\n## Usage\n\n```js\nconst deepStrictEqual = require('deep-strict-equal');\n\ndeepStrictEqual({foo: {bar: [1, 2]}}, {foo: {bar: [1, 2]}});\n//=\u003e true\n\ndeepStrictEqual({foo: {bar: [1, 2]}}, {foo: {bar: [1, 4]}});\n//=\u003e false\n\ndeepStrictEqual({foo: {bar: 1}}, {foo: {bar: 1}});\n//=\u003e true\n\ndeepStrictEqual({foo: {bar: 1}}, {foo: {bar: '1'}});\n//=\u003e false\n```\n","funding_links":["https://github.com/sponsors/sindresorhus","https://opencollective.com/sindresorhus","https://sindresorhus.com/donate"],"categories":["Packages","Number"],"sub_categories":["Polyfills Node.js","Polyfills"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsindresorhus%2Fdeep-strict-equal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsindresorhus%2Fdeep-strict-equal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsindresorhus%2Fdeep-strict-equal/lists"}