{"id":15447952,"url":"https://github.com/hazae41/bitset","last_synced_at":"2026-04-14T06:33:11.123Z","repository":{"id":65777811,"uuid":"599551546","full_name":"hazae41/bitset","owner":"hazae41","description":"Utilities for arithmetic bitwise operations in JavaScript","archived":false,"fork":false,"pushed_at":"2023-11-06T15:29:08.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-23T23:45:58.956Z","etag":null,"topics":["arithmetic","bitmask","bits","bitset","bitwise","browser","javascript","node","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/hazae41.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["hazae41"],"patreon":"hazae41"}},"created_at":"2023-02-09T11:34:29.000Z","updated_at":"2023-05-01T03:22:53.000Z","dependencies_parsed_at":"2023-11-06T23:59:34.183Z","dependency_job_id":null,"html_url":"https://github.com/hazae41/bitset","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"a4d028c756c62b7f5862d7f09f523b2db053a620"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/hazae41/bitset","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazae41%2Fbitset","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazae41%2Fbitset/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazae41%2Fbitset/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazae41%2Fbitset/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hazae41","download_url":"https://codeload.github.com/hazae41/bitset/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazae41%2Fbitset/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31785676,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: 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":["arithmetic","bitmask","bits","bitset","bitwise","browser","javascript","node","typescript"],"created_at":"2024-10-01T20:21:13.828Z","updated_at":"2026-04-14T06:33:11.107Z","avatar_url":"https://github.com/hazae41.png","language":"TypeScript","readme":"# Bitset\n\nDEPRECATED\n\nUtilities for arithmetic bitwise operations in JavaScript\n\n```bash\nnpm i @hazae41/bitset\n```\n\n[**Node Package 📦**](https://www.npmjs.com/package/@hazae41/bitset)\n\n### Current features\n- 100% TypeScript and ESM\n- Unit-tested\n- Big-endian and little-endian\n- Export to uint32\n- Builder pattern\n\n### Usage\n\n```typescript\nconst bitset = new Bitset(0x00, 8)\n\nconst result = bitset\n  .toggleLE(1) // 0000 0010\n  .toggleBE(1) // 0100 0010\n  .unsign() // \u003e\u003e\u003e 0\n  .value\n\nconst last6 = bitset\n  .last(6) // 00 0010\n  .toString() // \"000010\"\n```","funding_links":["https://github.com/sponsors/hazae41","https://patreon.com/hazae41"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhazae41%2Fbitset","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhazae41%2Fbitset","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhazae41%2Fbitset/lists"}