# @zxcvbn-ts/dictionary-compression

> dictionary-compression helper for zxcvbn-ts language packages

Latest version **3.0.1** (published 2025-01-02) · MIT license · 0 weekly downloads

## Install

```sh
npm install @zxcvbn-ts/dictionary-compression
pnpm add @zxcvbn-ts/dictionary-compression
yarn add @zxcvbn-ts/dictionary-compression
bun add @zxcvbn-ts/dictionary-compression
```

## Health

**Score 45/100 (D)** — status: stable.

Positive: esm support; no vulnerabilities; has provenance.

Warnings: low downloads; no types.

Negative: stale.

## Facts

| | |
|---|---|
| Version | 3.0.1 |
| Published | 2025-01-02 |
| First published | 2024-09-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 15.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 0 |
| Author | zxcvbn-ts |
| Maintainers | mrwook |
| Keywords | zxcvbn-ts, language, compression, decompression |

## Links

- npm: https://www.npmjs.com/package/@zxcvbn-ts/dictionary-compression
- Repository: https://github.com/zxcvbn-ts/dictionary-compression
- Issues: https://github.com/zxcvbn-ts/dictionary-compression/issues
- npm.io page: https://npm.io/package/@zxcvbn-ts/dictionary-compression

## Alternatives

- [lodash.startswith](https://npm.io/package/lodash.startswith.md) — 769.7K weekly downloads
- [@tarojs/service](https://npm.io/package/@tarojs/service.md) — 33.9K weekly downloads
- [io.extendreality.tilia.indicators.spatialtargets.unity](https://npm.io/package/io.extendreality.tilia.indicators.spatialtargets.unity.md) — 131 weekly downloads
- [@rtarojs/taro](https://npm.io/package/@rtarojs/taro.md) — 90 weekly downloads
- [node-branch-io](https://npm.io/package/node-branch-io.md) — 50 weekly downloads

## Recent versions

- 3.0.1 (latest) — 2025-01-02
- 4.0.0-beta.2 (beta) — 2024-09-30
- 3.0.0 — 2025-01-02
- 2.0.0 — 2024-10-04
- 1.0.0 — 2024-10-04
- 4.0.0-beta.1 — 2024-09-30

## README

# @zxcvbn-ts/dictionary-compression

This repository provides utilities for compression and decompression to optimize the bundle size of zxcvbn-ts language packages. It helps reduce the package size for both NPM downloads and client-side usage.

## Purpose
The primary goal of this repository is to centralize the compression logic used across all zxcvbn-ts language packages. This avoids duplication of code and ensures that language packages remain lightweight.

## Usage
By default, all zxcvbn-ts language packages already include this functionality. As a user of zxcvbn-ts, you do not need to interact with or directly use this repository. It serves as a shared resource for the language packages themselves, not for end-users.

## Why This Repository?
Without this repository, each zxcvbn-ts language package would need to include its own compression and decompression logic, leading to larger bundle sizes. By consolidating this logic here, we ensure a more efficient and maintainable approach to handling language package compression.

---
_Source: https://npm.io/package/@zxcvbn-ts/dictionary-compression · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
