{"library":"zlibjs","type":"library","category":null,"description":"zlib.js is a pure JavaScript implementation of various data compression algorithms, including ZLIB (RFC1950), DEFLATE (RFC1951), GZIP (RFC1952), and PKZIP. The current stable version is 0.3.1, released in July 2017. As a pure JavaScript solution, it provides cross-environment compatibility (Node.js and browser) without native dependencies. Its key differentiator lies in offering fine-grained control over different compression types and options directly within JavaScript, contrasting with environments like Node.js that provide native bindings to zlib. However, the package has not seen updates since 2017, suggesting it is no longer actively maintained and may lack modern features, performance optimizations, or security patches compared to contemporary alternatives.","language":"javascript","status":"abandoned","version":"0.3.1","tags":["javascript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install zlibjs","imports":["const Zlib = require('zlibjs/bin/node-zlib.js');","const Zlib = require('zlibjs/bin/node-zlib.js'); const compressor = new Zlib.Deflate(plainData);","const Zlib = require('zlibjs/bin/node-zlib.js'); const decompressor = new Zlib.Inflate(compressedData);"]},{"cmd":"yarn add zlibjs","imports":[]},{"cmd":"pnpm add zlibjs","imports":[]}],"homepage":null,"github":"https://github.com/imaya/zlib.js","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/zlibjs","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/zlibjs/compatibility"}}