# @zxcvbn-ts/language-common

> The common language package for zxcvbn-ts

Latest version **4.1.3** (published 2026-07-16) · MIT license · 0 weekly downloads

## Install

```sh
npm install @zxcvbn-ts/language-common
pnpm add @zxcvbn-ts/language-common
yarn add @zxcvbn-ts/language-common
bun add @zxcvbn-ts/language-common
```

## Health

**Score 65/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 4.1.3 |
| Published | 2026-07-16 |
| First published | 2021-01-05 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 1.8 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1219 |
| Author | zxcvbn-ts |
| Maintainers | mrwook |
| Keywords | zxcvbn, language, translation, common |

## Links

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

## Dependencies (1)

- [@zxcvbn-ts/dictionary-compression](https://npm.io/package/@zxcvbn-ts/dictionary-compression.md) ^3.0.1

## Alternatives

- [@mdxeditor/editor](https://npm.io/package/@mdxeditor/editor.md) — 962.4K weekly downloads
- [mmdb-lib](https://npm.io/package/mmdb-lib.md) — 680.9K weekly downloads
- [playcanvas](https://npm.io/package/playcanvas.md) — 36.2K weekly downloads
- [@glw907/cairn-cms](https://npm.io/package/@glw907/cairn-cms.md) — 967 weekly downloads
- [markdown-to-confluence](https://npm.io/package/markdown-to-confluence.md) — 103 weekly downloads

## Recent versions

- 4.1.3 (latest) — 2026-07-16
- 4.0.0-beta.4 (beta) — 2026-05-13
- 4.1.2 — 2026-06-16
- 4.1.1 — 2026-06-13
- 4.1.0 — 2026-06-11
- 4.0.0-beta.3 — 2026-03-04
- 4.0.0-beta.2 — 2024-09-30
- 4.0.0-beta.1 — 2024-09-30
- 4.0.0-beta.0 — 2024-07-31
- 3.0.4 — 2023-09-17
- 3.0.3 — 2023-06-06
- 3.0.2 — 2023-05-12
- 3.0.1 — 2023-05-10
- 3.0.0 — 2023-05-07
- 2.0.1 — 2022-03-17
- … 8 more at https://npm.io/package/@zxcvbn-ts/language-common/versions

## README

# @zxcvbn-ts/language-common

The common dictionary and language package for zxcvbn-ts

## Install

#### npm:

`npm install @zxcvbn-ts/language-common --save`

#### yarn:

`yarn add @zxcvbn-ts/language-common`

## Setup

```js
import { ZxcvbnFactory } from '@zxcvbn-ts/core'
import * as zxcvbnCommonPackage from '@zxcvbn-ts/language-common'

const password = 'somePassword'
const options = {
  ...zxcvbnCommonPackage,
}

const zxcvbn = new ZxcvbnFactory(options)
zxcvbn.check(password)
```

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