{"id":21304968,"url":"https://github.com/maximilianmairinger/circmsgpack","last_synced_at":"2026-02-02T01:33:09.756Z","repository":{"id":216093606,"uuid":"740457367","full_name":"maximilianMairinger/circMsgpack","owner":"maximilianMairinger","description":"A minimalistic, extensible MessagePack encoder and decoder for the web, supporting circular references. Built upon tiny-msgpack.","archived":false,"fork":false,"pushed_at":"2024-10-19T12:44:02.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-23T22:03:55.789Z","etag":null,"topics":["binary","circ","circular","json","messagepack","msgpack","object","recursive","serialization"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/circ-msgpack","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/maximilianMairinger.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-01-08T11:41:14.000Z","updated_at":"2024-10-19T12:44:05.000Z","dependencies_parsed_at":"2024-01-08T13:36:23.225Z","dependency_job_id":"9a4d93ef-a21d-45be-a46f-21e668d0c8d4","html_url":"https://github.com/maximilianMairinger/circMsgpack","commit_stats":null,"previous_names":["maximilianmairinger/circmsgpack"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maximilianMairinger/circMsgpack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximilianMairinger%2FcircMsgpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximilianMairinger%2FcircMsgpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximilianMairinger%2FcircMsgpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximilianMairinger%2FcircMsgpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maximilianMairinger","download_url":"https://codeload.github.com/maximilianMairinger/circMsgpack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximilianMairinger%2FcircMsgpack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28999762,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T01:32:03.847Z","status":"ssl_error","status_checked_at":"2026-02-02T01:32:03.458Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["binary","circ","circular","json","messagepack","msgpack","object","recursive","serialization"],"created_at":"2024-11-21T16:16:30.720Z","updated_at":"2026-02-02T01:33:09.736Z","avatar_url":"https://github.com/maximilianMairinger.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Circ msgpack\r\n\r\nA minimalistic, extensible MessagePack encoder and decoder for the web, supporting circular references. Built upon [tiny-msgpack](https://www.npmjs.com/package/tiny-msgpack).\r\n\r\n**Why not just use [tiny-msgpack](https://www.npmjs.com/package/tiny-msgpack)?**\r\n\r\nThis library adds support for circular references and `undefined` as a value.\r\n\r\n\r\n## Installation\r\n\r\n```shell\r\n $ npm i circ-msgpack\r\n```\r\n\r\n## Usage\r\n\r\n\r\n\r\n```ts\r\nimport { encode, decode } from \"circ-msgpack\"\r\n\r\nconst ob = { a: 1, b: \"2\", c: undefined }\r\nob.d = ob\r\n\r\nconst encoded = encode(ob)\r\nconst decoded = decode(encoded)\r\n\r\nconsole.log(deepCircularEqual(ob, decoded)) // true\r\n```\r\n\r\n## Contribute\r\n\r\nAll feedback is appreciated. Create a pull request or write an issue.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaximilianmairinger%2Fcircmsgpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaximilianmairinger%2Fcircmsgpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaximilianmairinger%2Fcircmsgpack/lists"}