{"id":23002520,"url":"https://github.com/pthomaid/native-deflate","last_synced_at":"2026-04-10T20:45:10.598Z","repository":{"id":265885447,"uuid":"896767421","full_name":"pthomaid/native-deflate","owner":"pthomaid","description":"Deflate and inflate on typed arrays using the Compression Streams API, provided as a Promises based API.","archived":false,"fork":false,"pushed_at":"2024-12-07T17:54:27.000Z","size":82,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T14:21:44.293Z","etag":null,"topics":["compression-stream","deflate","javascript","npm","promises","typescript"],"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/pthomaid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["pthomaid"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2024-12-01T08:52:40.000Z","updated_at":"2024-12-07T17:54:07.000Z","dependencies_parsed_at":"2025-02-08T05:33:57.159Z","dependency_job_id":null,"html_url":"https://github.com/pthomaid/native-deflate","commit_stats":null,"previous_names":["pthomaid/native-deflate"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/pthomaid/native-deflate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pthomaid%2Fnative-deflate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pthomaid%2Fnative-deflate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pthomaid%2Fnative-deflate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pthomaid%2Fnative-deflate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pthomaid","download_url":"https://codeload.github.com/pthomaid/native-deflate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pthomaid%2Fnative-deflate/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266990891,"owners_count":24017730,"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-07-25T02:00:09.625Z","response_time":70,"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":["compression-stream","deflate","javascript","npm","promises","typescript"],"created_at":"2024-12-15T07:11:17.346Z","updated_at":"2026-04-10T20:45:05.576Z","avatar_url":"https://github.com/pthomaid.png","language":"TypeScript","funding_links":["https://github.com/sponsors/pthomaid"],"categories":[],"sub_categories":[],"readme":"# native-deflate\nDeflate and inflate typed arrays without external dependencies, provided as a promises based API.\n\n```\nnpm install native-deflate\n```\n\n## usage\n\n```js\nimport nd from 'native-deflate'\n\nconst dataIn = new Uint8Array(Array.from({ length: 100 }, () =\u003e Math.floor(Math.random() * 100)))\nconst dataOut = await nd.deflate(dataIn)\n```\n\n## license\n\nMIT.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpthomaid%2Fnative-deflate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpthomaid%2Fnative-deflate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpthomaid%2Fnative-deflate/lists"}