{"id":23529665,"url":"https://github.com/jaid/object-changes","last_synced_at":"2025-05-14T12:30:20.715Z","repository":{"id":49854782,"uuid":"231457333","full_name":"Jaid/object-changes","owner":"Jaid","description":"Compares two objects and returns the differences.","archived":false,"fork":false,"pushed_at":"2023-03-03T18:17:13.000Z","size":2089,"stargazers_count":1,"open_issues_count":7,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-19T04:13:24.067Z","etag":null,"topics":["changes","compare","comparison","diff","difference","differences","difftool","lib","library","object","object-changes","object-comparison","util","utility"],"latest_commit_sha":null,"homepage":"https://github.com/Jaid/object-changes","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/Jaid.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":".github/funding.yml","license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"Jaid","custom":"https://twitch.tv/products/jaidchen"}},"created_at":"2020-01-02T20:49:16.000Z","updated_at":"2023-03-10T09:05:29.000Z","dependencies_parsed_at":"2023-01-29T02:40:15.773Z","dependency_job_id":null,"html_url":"https://github.com/Jaid/object-changes","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaid%2Fobject-changes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaid%2Fobject-changes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaid%2Fobject-changes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaid%2Fobject-changes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jaid","download_url":"https://codeload.github.com/Jaid/object-changes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254142061,"owners_count":22021454,"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":["changes","compare","comparison","diff","difference","differences","difftool","lib","library","object","object-changes","object-comparison","util","utility"],"created_at":"2024-12-25T21:12:40.807Z","updated_at":"2025-05-14T12:30:20.693Z","avatar_url":"https://github.com/Jaid.png","language":"JavaScript","funding_links":["https://github.com/sponsors/Jaid","https://twitch.tv/products/jaidchen","https://github.com/sponsors/jaid"],"categories":[],"sub_categories":[],"readme":"# object-changes\n\n\n\u003ca href=\"https://raw.githubusercontent.com/jaid/object-changes/master/license.txt\"\u003e\u003cimg src=\"https://img.shields.io/github/license/jaid/object-changes?style=flat-square\" alt=\"License\"/\u003e\u003c/a\u003e \u003ca href=\"https://github.com/sponsors/jaid\"\u003e\u003cimg src=\"https://img.shields.io/badge/\u003c3-Sponsor-FF45F1?style=flat-square\" alt=\"Sponsor object-changes\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://actions-badge.atrox.dev/jaid/object-changes/goto\"\u003e\u003cimg src=\"https://img.shields.io/endpoint.svg?style=flat-square\u0026url=https%3A%2F%2Factions-badge.atrox.dev%2Fjaid%2Fobject-changes%2Fbadge\" alt=\"Build status\"/\u003e\u003c/a\u003e \u003ca href=\"https://github.com/jaid/object-changes/commits\"\u003e\u003cimg src=\"https://img.shields.io/github/commits-since/jaid/object-changes/v1.0.0?style=flat-square\u0026logo=github\" alt=\"Commits since v1.0.0\"/\u003e\u003c/a\u003e \u003ca href=\"https://github.com/jaid/object-changes/commits\"\u003e\u003cimg src=\"https://img.shields.io/github/last-commit/jaid/object-changes?style=flat-square\u0026logo=github\" alt=\"Last commit\"/\u003e\u003c/a\u003e \u003ca href=\"https://github.com/jaid/object-changes/issues\"\u003e\u003cimg src=\"https://img.shields.io/github/issues/jaid/object-changes?style=flat-square\u0026logo=github\" alt=\"Issues\"/\u003e\u003c/a\u003e  \n\u003ca href=\"https://npmjs.com/package/object-changes\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/object-changes?style=flat-square\u0026logo=npm\u0026label=latest%20version\" alt=\"Latest version on npm\"/\u003e\u003c/a\u003e \u003ca href=\"https://github.com/jaid/object-changes/network/dependents\"\u003e\u003cimg src=\"https://img.shields.io/librariesio/dependents/npm/object-changes?style=flat-square\u0026logo=npm\" alt=\"Dependents\"/\u003e\u003c/a\u003e \u003ca href=\"https://npmjs.com/package/object-changes\"\u003e\u003cimg src=\"https://img.shields.io/npm/dm/object-changes?style=flat-square\u0026logo=npm\" alt=\"Downloads\"/\u003e\u003c/a\u003e\n\n**Compares two objects and returns the differences.**\n\n\n\n\n\n\n\n\n\n## Usage\n\n```js\nimport objectChanges from \"object-changes\"#\nconst previousObject = {\n  unchanged: 2,\n  changed: 2,\n  removed: \"a\"\n}\nconst nextObject = {\n  unchanged: 2,\n  changed: 3\n}\nconst result = objectChanges(previousObject, nextObject)\n// Result: {changed: 3, removed: undefined}\n```\n\n\n\n\n\n## Installation\n\u003ca href=\"https://npmjs.com/package/object-changes\"\u003e\u003cimg src=\"https://img.shields.io/badge/npm-object--changes-C23039?style=flat-square\u0026logo=npm\" alt=\"object-changes on npm\"/\u003e\u003c/a\u003e\n```bash\nnpm install --save object-changes@^1.0.0\n```\n\u003ca href=\"https://yarnpkg.com/package/object-changes\"\u003e\u003cimg src=\"https://img.shields.io/badge/Yarn-object--changes-2F8CB7?style=flat-square\u0026logo=yarn\u0026logoColor=white\" alt=\"object-changes on Yarn\"/\u003e\u003c/a\u003e\n```bash\nyarn add object-changes@^1.0.0\n```\n\u003ca href=\"https://jsdelivr.com/package/npm/object-changes/\"\u003e\u003cimg src=\"https://img.shields.io/badge/jsDelivr-object--changes-orange?style=flat-square\u0026logo=html5\u0026logoColor=white\" alt=\"object-changes on jsDelivr\"/\u003e\u003c/a\u003e \u003ca href=\"https://unpkg.com/browse/object-changes/\"\u003e\u003cimg src=\"https://img.shields.io/badge/UNPKG-object--changes-orange?style=flat-square\u0026logo=html5\u0026logoColor=white\" alt=\"object-changes on UNPKG\"/\u003e\u003c/a\u003e\n```html\n\u003cscript src=\"https://cdn.jsdelivr.net/npm/object-changes@1.0.0/index.js\"/\u003e\n```\n\n\n\n\n\n\n\n## Development\n\n\n\nSetting up:\n```bash\ngit clone git@github.com:jaid/object-changes.git\ncd object-changes\nnpm install\n```\nTesting:\n```bash\nnpm run test:dev\n```\nTesting in production environment:\n```bash\nnpm run test\n```\n\n\n## License\n```text\nMIT License\n\nCopyright © 2020, Jaid \u003cjaid.jsx@gmail.com\u003e (github.com/jaid)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaid%2Fobject-changes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaid%2Fobject-changes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaid%2Fobject-changes/lists"}