{"id":20780140,"url":"https://github.com/xotic750/same-value-x","last_synced_at":"2025-04-30T20:21:38.995Z","repository":{"id":24658895,"uuid":"102159171","full_name":"Xotic750/same-value-x","owner":"Xotic750","description":"Determines whether two values are the same value.","archived":false,"fork":false,"pushed_at":"2023-01-04T22:58:50.000Z","size":3216,"stargazers_count":0,"open_issues_count":21,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-19T17:19:40.138Z","etag":null,"topics":["browser","is","javascript","nodejs","object","samevalue"],"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":"2017-09-01T23:06:26.000Z","updated_at":"2020-01-30T11:55:55.000Z","dependencies_parsed_at":"2023-01-14T01:23:11.062Z","dependency_job_id":null,"html_url":"https://github.com/Xotic750/same-value-x","commit_stats":null,"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xotic750%2Fsame-value-x","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xotic750%2Fsame-value-x/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xotic750%2Fsame-value-x/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xotic750%2Fsame-value-x/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Xotic750","download_url":"https://codeload.github.com/Xotic750/same-value-x/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251775119,"owners_count":21641765,"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","is","javascript","nodejs","object","samevalue"],"created_at":"2024-11-17T13:32:29.123Z","updated_at":"2025-04-30T20:21:38.969Z","avatar_url":"https://github.com/Xotic750.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca\n  href=\"https://travis-ci.org/Xotic750/same-value-x\"\n  title=\"Travis status\"\u003e\n\u003cimg\n  src=\"https://travis-ci.org/Xotic750/same-value-x.svg?branch=master\"\n  alt=\"Travis status\" height=\"18\"\u003e\n\u003c/a\u003e\n\u003ca\n  href=\"https://david-dm.org/Xotic750/same-value-x\"\n  title=\"Dependency status\"\u003e\n\u003cimg src=\"https://david-dm.org/Xotic750/same-value-x/status.svg\"\n  alt=\"Dependency status\" height=\"18\"/\u003e\n\u003c/a\u003e\n\u003ca\n  href=\"https://david-dm.org/Xotic750/same-value-x?type=dev\"\n  title=\"devDependency status\"\u003e\n\u003cimg src=\"https://david-dm.org/Xotic750/same-value-x/dev-status.svg\"\n  alt=\"devDependency status\" height=\"18\"/\u003e\n\u003c/a\u003e\n\u003ca\n  href=\"https://badge.fury.io/js/same-value-x\"\n  title=\"npm version\"\u003e\n\u003cimg src=\"https://badge.fury.io/js/same-value-x.svg\"\n  alt=\"npm version\" height=\"18\"\u003e\n\u003c/a\u003e\n\u003ca\n  href=\"https://www.jsdelivr.com/package/npm/same-value-x\"\n  title=\"jsDelivr hits\"\u003e\n\u003cimg src=\"https://data.jsdelivr.com/v1/package/npm/same-value-x/badge?style=rounded\"\n  alt=\"jsDelivr hits\" height=\"18\"\u003e\n\u003c/a\u003e\n\u003ca\n  href=\"https://bettercodehub.com/results/Xotic750/same-value-x\"\n  title=\"bettercodehub score\"\u003e\n\u003cimg src=\"https://bettercodehub.com/edge/badge/Xotic750/same-value-x?branch=master\"\n  alt=\"bettercodehub score\" height=\"18\"\u003e\n\u003c/a\u003e\n\u003ca\n  href=\"https://coveralls.io/github/Xotic750/same-value-x?branch=master\"\n  title=\"Coverage Status\"\u003e\n\u003cimg src=\"https://coveralls.io/repos/github/Xotic750/same-value-x/badge.svg?branch=master\"\n  alt=\"Coverage Status\" height=\"18\"\u003e\n\u003c/a\u003e\n\n\u003ca name=\"module_same-value-x\"\u003e\u003c/a\u003e\n\n## same-value-x\n\nDetermines whether two values are the same value.\n\n\u003ca name=\"exp_module_same-value-x--module.exports\"\u003e\u003c/a\u003e\n\n### `module.exports(value1, value2)` ⇒ \u003ccode\u003eboolean\u003c/code\u003e ⏏\n\nThis method is the comparison abstract operation SameValue(x, y), where x\nand y are ECMAScript language values, produces true or false.\n\n**Kind**: Exported function  \n**Returns**: \u003ccode\u003eboolean\u003c/code\u003e - A Boolean indicating whether or not the two arguments are\nthe same value.\n\n| Param  | Type            | Description                  |\n| ------ | --------------- | ---------------------------- |\n| value1 | \u003ccode\u003e\\*\u003c/code\u003e | The first value to compare.  |\n| value2 | \u003ccode\u003e\\*\u003c/code\u003e | The second value to compare. |\n\n**Example**\n\n```js\nimport sameValue from 'same-value-x';\n\nconsole.log(sameValue(1, 1)); // true\nconsole.log(sameValue(true, true)); // true\nconsole.log(sameValue(NaN, NaN)); // true\nconsole.log(sameValue(true, false)); // false\nconsole.log(sameValue(0, -0)); // false\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxotic750%2Fsame-value-x","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxotic750%2Fsame-value-x","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxotic750%2Fsame-value-x/lists"}