# browserify-zlib

> Full zlib module for the browser

Latest version **0.2.0** (published 2017-06-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install browserify-zlib
pnpm add browserify-zlib
yarn add browserify-zlib
bun add browserify-zlib
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.0 |
| Published | 2017-06-03 |
| First published | 2014-04-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 58 |
| Author | Devon Govett |
| Maintainers | dignifiedquire, devongovett |
| Keywords | zlib, browserify |

## Links

- npm: https://www.npmjs.com/package/browserify-zlib
- Repository: https://github.com/devongovett/browserify-zlib
- Issues: https://github.com/devongovett/browserify-zlib/issues
- npm.io page: https://npm.io/package/browserify-zlib

## Dependencies (1)

- [pako](https://npm.io/package/pako.md) ~1.0.5

## Alternatives

- [@opentelemetry/exporter-zipkin](https://npm.io/package/@opentelemetry/exporter-zipkin.md) — 14.8M weekly downloads
- [pusher-js](https://npm.io/package/pusher-js.md) — 2.0M weekly downloads
- [browserify](https://npm.io/package/browserify.md) — 1.7M weekly downloads
- [sqs-consumer](https://npm.io/package/sqs-consumer.md) — 1.7M weekly downloads
- [@sanity/eventsource](https://npm.io/package/@sanity/eventsource.md) — 930.8K weekly downloads

## Recent versions

- 0.2.0 (latest) — 2017-06-03
- 0.1.4 — 2014-04-18
- 0.1.3 — 2014-04-08
- 0.1.2 — 2014-04-08
- 0.1.1 — 2014-04-08
- 0.1.0 — 2014-04-08

## README

# browserify-zlib

[![Travis CI](https://travis-ci.org/devongovett/browserify-zlib.svg?branch=master)](https://travis-ci.org/devongovett/browserify-zlib)
[![Dependency Status](https://david-dm.org/devongovett/browserify-zlib.svg?style=flat-square)](https://david-dm.org/devongovett/browserify-zlib) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard)

## Description

Emulates Node's [zlib](https://nodejs.org/api/zlib.html) module for the browser. Can be used as a drop in replacement with [Browserify](http://browserify.org) and [webpack](http://webpack.github.io/).

The heavy lifting is done using [pako](https://github.com/nodeca/pako). The code in this module is modeled closely after the code in the source of Node core to get as much compatability as possible.

## API

https://nodejs.org/api/zlib.html

## Not implemented

The following options/methods are not supported because pako does not support them yet.

* The `params` method

## License

MIT

---
_Source: https://npm.io/package/browserify-zlib · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
