{"id":34568715,"url":"https://github.com/csfloat/cs-inspect-serializer","last_synced_at":"2026-03-17T21:09:32.043Z","repository":{"id":315510841,"uuid":"1059725925","full_name":"csfloat/cs-inspect-serializer","owner":"csfloat","description":"Lightweight serializer for CS inspect links","archived":false,"fork":false,"pushed_at":"2025-09-19T01:23:08.000Z","size":65,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-19T03:32:39.369Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@csfloat/cs2-inspect-serializer","language":"TypeScript","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/csfloat.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-18T21:16:31.000Z","updated_at":"2025-09-19T02:58:42.000Z","dependencies_parsed_at":"2025-09-19T03:32:45.086Z","dependency_job_id":"9b2226e7-50cd-497a-ada7-b01343e49942","html_url":"https://github.com/csfloat/cs-inspect-serializer","commit_stats":null,"previous_names":["csfloat/cs-inspect-serializer"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/csfloat/cs-inspect-serializer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csfloat%2Fcs-inspect-serializer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csfloat%2Fcs-inspect-serializer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csfloat%2Fcs-inspect-serializer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csfloat%2Fcs-inspect-serializer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/csfloat","download_url":"https://codeload.github.com/csfloat/cs-inspect-serializer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csfloat%2Fcs-inspect-serializer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27999539,"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-12-24T02:00:07.193Z","response_time":83,"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":"2025-12-24T09:13:43.041Z","updated_at":"2026-03-14T06:14:37.208Z","avatar_url":"https://github.com/csfloat.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CS2 Inspect Link Serializer\n\nLightweight serializer and decoder for CS2 inspect links. Fork of the package\n[cs2-inspect-create](https://github.com/candyboyz/cs2-inspect-create).\n\n# Installation\n\n```bash\nnpm i @csfloat/cs2-inspect-serializer\n```\n\n# Usage\n\nSee the [tests](tests/gen.test.ts) for examples.\n\n```ts\nimport { decodeHex, decodeLink, generateHex, generateLink } from \"@csfloat/cs2-inspect-serializer\";\n\nconst props = {\n\tdefindex: 7,\n\tpaintindex: 474,\n\tpaintseed: 306,\n\tpaintwear: 0.6336590647697449,\n\trarity: 6,\n\tstickers: [],\n\tkeychains: [],\n};\n\nconst hex = generateHex(props);\nconst link = generateLink(props);\n\ndecodeHex(hex);\ndecodeLink(link);\n```\n\n# Development\n\n```bash\n# Generate the protobuf file based on econ.proto\nnpm run protoc\n# Build the project\nnpm run build\n# Run the tests\nnpm run test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsfloat%2Fcs-inspect-serializer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcsfloat%2Fcs-inspect-serializer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsfloat%2Fcs-inspect-serializer/lists"}