{"id":20780220,"url":"https://github.com/xotic750/deep-equal-x","last_synced_at":"2025-04-30T20:33:56.892Z","repository":{"id":2496773,"uuid":"46719266","full_name":"Xotic750/deep-equal-x","owner":"Xotic750","description":"node's assert.deepEqual algorithm.","archived":false,"fork":false,"pushed_at":"2023-01-04T22:44:02.000Z","size":3576,"stargazers_count":3,"open_issues_count":20,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-30T20:31:55.518Z","etag":null,"topics":["browser","deep-equals","ecmascript","nodejs"],"latest_commit_sha":null,"homepage":null,"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/Xotic750.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}},"created_at":"2015-11-23T12:37:57.000Z","updated_at":"2020-01-31T11:05:36.000Z","dependencies_parsed_at":"2023-01-13T11:54:12.488Z","dependency_job_id":null,"html_url":"https://github.com/Xotic750/deep-equal-x","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xotic750%2Fdeep-equal-x","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xotic750%2Fdeep-equal-x/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xotic750%2Fdeep-equal-x/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xotic750%2Fdeep-equal-x/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Xotic750","download_url":"https://codeload.github.com/Xotic750/deep-equal-x/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251777794,"owners_count":21642227,"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":["browser","deep-equals","ecmascript","nodejs"],"created_at":"2024-11-17T13:32:55.892Z","updated_at":"2025-04-30T20:33:56.864Z","avatar_url":"https://github.com/Xotic750.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca\n  href=\"https://travis-ci.org/Xotic750/deep-equal-x\"\n  title=\"Travis status\"\u003e\n\u003cimg\n  src=\"https://travis-ci.org/Xotic750/deep-equal-x.svg?branch=master\"\n  alt=\"Travis status\" height=\"18\"\u003e\n\u003c/a\u003e\n\u003ca\n  href=\"https://david-dm.org/Xotic750/deep-equal-x\"\n  title=\"Dependency status\"\u003e\n\u003cimg src=\"https://david-dm.org/Xotic750/deep-equal-x/status.svg\"\n  alt=\"Dependency status\" height=\"18\"/\u003e\n\u003c/a\u003e\n\u003ca\n  href=\"https://david-dm.org/Xotic750/deep-equal-x?type=dev\"\n  title=\"devDependency status\"\u003e\n\u003cimg src=\"https://david-dm.org/Xotic750/deep-equal-x/dev-status.svg\"\n  alt=\"devDependency status\" height=\"18\"/\u003e\n\u003c/a\u003e\n\u003ca\n  href=\"https://badge.fury.io/js/deep-equal-x\"\n  title=\"npm version\"\u003e\n\u003cimg src=\"https://badge.fury.io/js/deep-equal-x.svg\"\n  alt=\"npm version\" height=\"18\"\u003e\n\u003c/a\u003e\n\u003ca\n  href=\"https://www.jsdelivr.com/package/npm/deep-equal-x\"\n  title=\"jsDelivr hits\"\u003e\n\u003cimg src=\"https://data.jsdelivr.com/v1/package/npm/deep-equal-x/badge?style=rounded\"\n  alt=\"jsDelivr hits\" height=\"18\"\u003e\n\u003c/a\u003e\n\u003ca\n  href=\"https://bettercodehub.com/results/Xotic750/deep-equal-x\"\n  title=\"bettercodehub score\"\u003e\n\u003cimg src=\"https://bettercodehub.com/edge/badge/Xotic750/deep-equal-x?branch=master\"\n  alt=\"bettercodehub score\" height=\"18\"\u003e\n\u003c/a\u003e\n\u003ca\n  href=\"https://coveralls.io/github/Xotic750/deep-equal-x?branch=master\"\n  title=\"Coverage Status\"\u003e\n\u003cimg src=\"https://coveralls.io/repos/github/Xotic750/deep-equal-x/badge.svg?branch=master\"\n  alt=\"Coverage Status\" height=\"18\"\u003e\n\u003c/a\u003e\n\n\u003ca name=\"module_deep-equal-x\"\u003e\u003c/a\u003e\n\n## deep-equal-x\n\nnode's deepEqual and deepStrictEqual algorithm.\n\n\u003ca name=\"exp_module_deep-equal-x--module.exports\"\u003e\u003c/a\u003e\n\n### `module.exports(actual, expected, [strict])` ⇒ \u003ccode\u003eboolean\u003c/code\u003e ⏏\n\nTests for deep equality. Primitive values are compared with the equal\ncomparison operator ( == ). This only considers enumerable properties.\nIt does not test object prototypes, attached symbols, or non-enumerable\nproperties. This can lead to some potentially surprising results. If\n`strict` is `true` then Primitive values are compared with the strict\nequal comparison operator ( === ).\n\n**Kind**: Exported function  \n**Returns**: \u003ccode\u003eboolean\u003c/code\u003e - `true` if `actual` and `expected` are deemed equal,\notherwise `false`.  \n**See**: https://nodejs.org/api/assert.html\n\n| Param    | Type                 | Description                                  |\n| -------- | -------------------- | -------------------------------------------- |\n| actual   | \u003ccode\u003e\\*\u003c/code\u003e      | First comparison object.                     |\n| expected | \u003ccode\u003e\\*\u003c/code\u003e      | Second comparison object.                    |\n| [strict] | \u003ccode\u003eboolean\u003c/code\u003e | Comparison mode. If set to `true` use `===`. |\n\n**Example**\n\n```js\nimport deepEqual from 'deep-equal-x';\n\ndeepEqual(Error('a'), Error('b'));\n// =\u003e true\n// This does not return `false` because the properties on the  Error object\n// are non-enumerable:\n\ndeepEqual(4, '4');\n// =\u003e true\n\ndeepEqual({a: 4, b: '1'}, {b: '1', a: 4});\n// =\u003e true\n\ndeepEqual(new Date(), new Date(2000, 3, 14));\n// =\u003e false\n\ndeepEqual(4, '4', true);\n// =\u003e false\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxotic750%2Fdeep-equal-x","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxotic750%2Fdeep-equal-x","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxotic750%2Fdeep-equal-x/lists"}