{"id":16897774,"url":"https://github.com/behnammodi/object-hash-light","last_synced_at":"2025-03-20T13:53:48.776Z","repository":{"id":57312603,"uuid":"398391671","full_name":"behnammodi/object-hash-light","owner":"behnammodi","description":"Generate hashes from objects and values in modern browser","archived":false,"fork":false,"pushed_at":"2021-08-28T19:54:16.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-27T12:33:21.652Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/behnammodi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-08-20T20:21:02.000Z","updated_at":"2022-09-20T15:13:16.000Z","dependencies_parsed_at":"2022-09-10T20:21:04.957Z","dependency_job_id":null,"html_url":"https://github.com/behnammodi/object-hash-light","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/behnammodi%2Fobject-hash-light","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/behnammodi%2Fobject-hash-light/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/behnammodi%2Fobject-hash-light/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/behnammodi%2Fobject-hash-light/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/behnammodi","download_url":"https://codeload.github.com/behnammodi/object-hash-light/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244097422,"owners_count":20397604,"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-10-13T17:39:46.260Z","updated_at":"2025-03-20T13:53:48.757Z","avatar_url":"https://github.com/behnammodi.png","language":"JavaScript","readme":"# object-hash-light\n\nGenerate hashes from objects and values in modern browser, node and deno\n\n| Node | Deno | Chrome | Firefox | Opera | Safari |\n| ---- | ---- | ------ | ------- | ----- | ------ |\n| 15   | 1.11 | 37     | 34      | 24    | 7      |\n\n\\* Android Chrome, Firefox and iOS Safari support version is same with Desktop version\n\nLess than \u003c \u003cb\u003e300\u003c/b\u003e Bytes [bundlephobia](https://bundlephobia.com/package/object-hash-light)\n\n# install\n\n```bash\nnpm i object-hash-light\n```\n\n# usage\n\n```js\nimport hash from \"object-hash-light\";\n\nconst result = await hash({ foo: \"bar\" });\n// result is a5e744d0164540d33b1d7ea616c28f2fa97e754a\n```\n\n# algorithms\n\nSHA-1 (default), SHA-256, SHA-384, SHA-512\n\n```js\nconst result = await hash({ foo: \"bar\" }, { algorithm: \"SHA-512\" });\n// result is 0db68ad4e41d3b26ba3fc48a5da7c9f616b813e77cb4e951187e1f2a37c2bad94041089f89f6012ee7b44e21f863c5d9553e3b665edae8640bb2274b555266eb\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbehnammodi%2Fobject-hash-light","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbehnammodi%2Fobject-hash-light","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbehnammodi%2Fobject-hash-light/lists"}