{"id":2490943,"name":"typedarray-to-buffer","ecosystem":"npm","description":"Convert a typed array to a Buffer without a copy","homepage":"http://feross.org","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/feross/typedarray-to-buffer","keywords_array":["buffer","typed array","convert","no copy","uint8array","uint16array","uint32array","int16array","int32array","float32array","float64array","browser","arraybuffer","dataview"],"namespace":null,"versions_count":19,"first_release_published_at":"2014-04-08T09:03:22.267Z","latest_release_published_at":"2020-11-23T21:17:49.246Z","latest_release_number":"4.0.0","last_synced_at":"2026-06-30T12:34:40.455Z","created_at":"2022-04-10T02:32:22.406Z","updated_at":"2026-06-30T12:34:40.455Z","registry_url":"https://www.npmjs.com/package/typedarray-to-buffer","install_command":"npm install typedarray-to-buffer","documentation_url":null,"metadata":{"funding":[{"type":"github","url":"https://github.com/sponsors/feross"},{"type":"patreon","url":"https://www.patreon.com/feross"},{"type":"consulting","url":"https://feross.org/support"}],"dist-tags":{"latest":"4.0.0"}},"repo_metadata":{"id":15810079,"uuid":"18549659","full_name":"feross/typedarray-to-buffer","owner":"feross","description":"Convert a typed array to a Buffer without a copy.","archived":false,"fork":false,"pushed_at":"2020-11-23T21:17:47.000Z","size":42,"stargazers_count":66,"open_issues_count":0,"forks_count":16,"subscribers_count":4,"default_branch":"master","last_synced_at":"2026-05-31T07:24:52.658Z","etag":null,"topics":["browser","browserify","buffer","javascript","nodejs","typed-arrays","typedarray"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/feross.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}},"created_at":"2014-04-08T07:47:51.000Z","updated_at":"2025-07-17T03:35:16.000Z","dependencies_parsed_at":"2022-09-26T20:31:44.497Z","dependency_job_id":null,"html_url":"https://github.com/feross/typedarray-to-buffer","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/feross/typedarray-to-buffer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feross%2Ftypedarray-to-buffer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feross%2Ftypedarray-to-buffer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feross%2Ftypedarray-to-buffer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feross%2Ftypedarray-to-buffer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/feross","download_url":"https://codeload.github.com/feross/typedarray-to-buffer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feross%2Ftypedarray-to-buffer/sbom","scorecard":{"id":397660,"data":{"date":"2025-08-11","repo":{"name":"github.com/feross/typedarray-to-buffer","commit":"1ac12c35e21949c0d872e6c2ef0df0e4c770b4da"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.5,"checks":[{"name":"Code-Review","score":0,"reason":"Found 1/24 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":-1,"reason":"no workflows found","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":-1,"reason":"No tokens found","details":null,"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Pinned-Dependencies","score":-1,"reason":"no dependencies found","details":null,"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 11 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-18T19:24:12.492Z","repository_id":15810079,"created_at":"2025-08-18T19:24:12.492Z","updated_at":"2025-08-18T19:24:12.492Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34459619,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"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"},"owner_record":{"login":"feross","name":"Feross Aboukhadijeh","uuid":"121766","kind":"user","description":"• Founder + CEO of Socket (@SocketDev) \r\n• Started @webtorrent and @standard \r\n• 100+ open source packages on npm\r\n• Stanford lecturer for Web Security","email":"feross@feross.org","website":"https://feross.org","location":"Stanford, CA","twitter":"feross","company":"@SocketDev, @WebTorrent, @Standard","icon_url":"https://avatars.githubusercontent.com/u/121766?u=c9234b2a786d4d3722ab876563eb63069cd54959\u0026v=4","repositories_count":148,"last_synced_at":"2025-11-21T07:03:06.391Z","metadata":{"has_sponsors_listing":true,"funding":{"github":"feross"}},"html_url":"https://github.com/feross","funding_links":["https://github.com/sponsors/feross"],"total_stars":33766,"followers":14712,"following":296,"created_at":"2022-11-02T16:18:50.801Z","updated_at":"2025-11-21T07:03:06.392Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/feross","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/feross/repositories"},"tags":[]},"repo_metadata_updated_at":"2026-06-28T06:23:27.659Z","dependent_packages_count":1047,"downloads":86093606,"downloads_period":"last-month","dependent_repos_count":1558644,"rankings":{"downloads":0.025079921715598072,"dependent_repos_count":0.022780016230761566,"dependent_packages_count":0.06568422343806941,"stargazers_count":5.571329378226028,"forks_count":5.500115953599942,"docker_downloads_count":0.014922005824236844,"average":1.8666519165057727},"purl":"pkg:npm/typedarray-to-buffer","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/typedarray-to-buffer","docker_dependents_count":20365,"docker_downloads_count":7030913899,"usage_url":"https://repos.ecosyste.ms/usage/npm/typedarray-to-buffer","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/typedarray-to-buffer/dependencies","status":null,"funding_links":["https://github.com/sponsors/feross","https://www.patreon.com/feross","https://feross.org/support"],"critical":true,"issue_metadata":{"last_synced_at":"2025-11-28T07:20:41.610Z","issues_count":7,"pull_requests_count":16,"avg_time_to_close_issue":1712375.4285714286,"avg_time_to_close_pull_request":1553827.9375,"issues_closed_count":7,"pull_requests_closed_count":16,"pull_request_authors_count":6,"issue_authors_count":6,"avg_comments_per_issue":3.7142857142857144,"avg_comments_per_pull_request":1.0,"merged_pull_requests_count":7,"bot_issues_count":1,"bot_pull_requests_count":4,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/feross%2Ftypedarray-to-buffer/issues","maintainers":[{"login":"feross","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/feross"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/typedarray-to-buffer/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/typedarray-to-buffer/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/typedarray-to-buffer/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/typedarray-to-buffer/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/typedarray-to-buffer/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/typedarray-to-buffer/codemeta","maintainers":[{"uuid":"feross","login":"feross","name":null,"email":"feross@feross.org","url":null,"packages_count":442,"html_url":"https://www.npmjs.com/~feross","role":null,"created_at":"2022-11-15T04:45:06.620Z","updated_at":"2022-11-15T04:45:06.620Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/feross/packages"}]}