imaya/zlib.js
compact zlib, deflate, inflate, zip library in JavaScript observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5253
- days_rel: n/a
- days_push: 1512
- n_releases_24m: 0
Adoption not part of the score
1140 stars · 345 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A pure JavaScript implementation of ZLIB (RFC1950), DEFLATE (RFC1951), GZIP (RFC1952), and PKZIP compression formats. It is split into modular builds so users can include only the compression or decompression features they need.
Use cases
- compress data to zlib format in the browser
- inflate zlib-compressed data in javascript
- create gzip files in node.js without native dependencies
- build zip archives in javascript
- decompress gzip streams in the browser
- raw deflate compression for web apps
When to choose
- you need compression in pure JavaScript without native modules
- you target browsers where Node's zlib is unavailable
- you need fine-grained control over deflate compression types
- you want to create or read zip archives in JS
When to avoid
- you need maximum compression performance (native zlib is faster)
- you need full GZIP feature support, as the GZIP implementation is incomplete
- you need actively developed software with recent maintenance
- you need a license with clear terms (license is non-standard)
Facets
library · maturity maintenance
compression serialization files web-development developer-tools browser cross-platform zlib deflate inflate gzip zip javascript pure-js nodejs
1 source
- readme: https://github.com/imaya/zlib.js · fetched 2026-08-28 · b1b3dd5b6211
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| imaya/zlib.js | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem