{"id":15323780,"url":"https://github.com/StudyResearchProjects/arrbuffstr","last_synced_at":"2025-10-09T10:31:39.295Z","repository":{"id":37954345,"uuid":"265991647","full_name":"StudyResearchProjects/arrbuffstr","owner":"StudyResearchProjects","description":"Creates Strings from ArrayBuffers and viceversa in NodeJS and the Browser","archived":true,"fork":false,"pushed_at":"2023-05-01T20:00:36.000Z","size":347,"stargazers_count":2,"open_issues_count":11,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-21T09:51:29.719Z","etag":null,"topics":["arraybuffer","browser","data","node","string","transform"],"latest_commit_sha":null,"homepage":"","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/StudyResearchProjects.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}},"created_at":"2020-05-22T01:38:36.000Z","updated_at":"2025-08-14T19:30:45.000Z","dependencies_parsed_at":"2025-02-02T21:34:40.780Z","dependency_job_id":null,"html_url":"https://github.com/StudyResearchProjects/arrbuffstr","commit_stats":null,"previous_names":["leoborai/arrbuffstr","estebanborai/arrbuffstr","studyresearchprojects/arrbuffstr"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/StudyResearchProjects/arrbuffstr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StudyResearchProjects%2Farrbuffstr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StudyResearchProjects%2Farrbuffstr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StudyResearchProjects%2Farrbuffstr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StudyResearchProjects%2Farrbuffstr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StudyResearchProjects","download_url":"https://codeload.github.com/StudyResearchProjects/arrbuffstr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StudyResearchProjects%2Farrbuffstr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001275,"owners_count":26083040,"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-10-09T02:00:07.460Z","response_time":59,"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":["arraybuffer","browser","data","node","string","transform"],"created_at":"2024-10-01T09:22:05.985Z","updated_at":"2025-10-09T10:31:38.886Z","avatar_url":"https://github.com/StudyResearchProjects.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg \n    src=\"https://raw.githubusercontent.com/estebanborai/arrbuffstr/master/docs/icon.png\"\n    height=\"120\"\n    width=\"120\"\n  /\u003e\n  \u003ch1\u003eArrBuffStr\u003c/h1\u003e\n  \u003csmall\u003eArrayBuffer - String\u003c/small\u003e\n  \u003cbr /\u003e\n  \u003cspan\u003eCreates Strings from ArrayBuffers and viceversa in NodeJS and the Browser\u003c/span\u003e\n\u003c/div\u003e\n\n## Installation\n\n```sh\n# using npm\nnpm install arrbuffstr\n\n# using yarn\nyarn add arrbuffstr\n```\n\n## Usage\n\n```js\nimport ArrBuffStr from 'arrbuffstr';\n\nconst { toArrayBuffer, toString } = ArrBuffStr();\n\n// [object ArrayBuffer]\nconst arrbuff = toArrayBuffer('hello');\n\n// 'hello'\nconst str = toString(arrbuff);\n```\n\n## Releasing\n\nThis package makes use of GitHub Actions for publishing new versions to NPM.\nThe wofklow is triggered when new releases prefixed with `v` are pushed to\nGitHub.\n\nFirst bump the current version using `npm` as follows:\n\n```sh\n# for versions with breaking changes use `major`\nnpm version major\n\n# for versions with non-breaking changes use `minor`\nnpm version minor\n\n# for patch versions use `patch`\nnpm version patch\n```\n\nThen push the repository including tag metadata as follows\n\n```sh\ngit push origin main --follow-tags\n```\n\n## Contributions\n\nAny contribution is welcome! Feel free to open a PR or an issue.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FStudyResearchProjects%2Farrbuffstr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FStudyResearchProjects%2Farrbuffstr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FStudyResearchProjects%2Farrbuffstr/lists"}