{"id":20696112,"url":"https://github.com/mirek/node-json-hash","last_synced_at":"2025-08-19T15:07:28.125Z","repository":{"id":15136432,"uuid":"17863687","full_name":"mirek/node-json-hash","owner":"mirek","description":"JSON hash","archived":false,"fork":false,"pushed_at":"2016-07-07T17:21:30.000Z","size":34,"stargazers_count":24,"open_issues_count":1,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-27T15:01:13.882Z","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/mirek.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":"2014-03-18T11:44:20.000Z","updated_at":"2022-10-10T13:23:07.000Z","dependencies_parsed_at":"2022-08-25T08:41:45.922Z","dependency_job_id":null,"html_url":"https://github.com/mirek/node-json-hash","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/mirek/node-json-hash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirek%2Fnode-json-hash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirek%2Fnode-json-hash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirek%2Fnode-json-hash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirek%2Fnode-json-hash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mirek","download_url":"https://codeload.github.com/mirek/node-json-hash/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirek%2Fnode-json-hash/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271173303,"owners_count":24711667,"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","status":"online","status_checked_at":"2025-08-19T02:00:09.176Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11-17T00:12:38.036Z","updated_at":"2025-08-19T15:07:28.101Z","avatar_url":"https://github.com/mirek.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Summary\n\nGenerates hash for JSON objects.\n\n## Usage\n\n    // If you're not on babel use:\n    // require('babel/polyfill')\n\n    npm install json-hash\n\n    var assert = require('assert')\n    var hash = require('json-hash')\n\n    // hash.digest(any, options?)\n    assert.equal(hash.digest({foo:1,bar:1}), hash.digest({bar:1,foo:1}))\n\nWe're compatible with browserify by using a JavaScript implementation of SHA1.\n\nIf you want to use nodejs one, pass `hash.digest(foo, { crypto: require('crypto') })`.\n\n## Changes\n\n* 2.0.0 - defaults to internal js implementation of sha1, pass { crypto: require('crypto') } to use nodejs one.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmirek%2Fnode-json-hash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmirek%2Fnode-json-hash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmirek%2Fnode-json-hash/lists"}