@zxcvbn-ts/language-common
TypeScript icon, indicating that this package has built-in type declarations

3.0.4 • Public • Published

@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

import { zxcvbn, zxcvbnOptions } from '@zxcvbn-ts/core'
import * as zxcvbnCommonPackage from '@zxcvbn-ts/language-common'

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

zxcvbnOptions.setOptions(options)

zxcvbn(password)

Package Sidebar

Install

npm i @zxcvbn-ts/language-common

Weekly Downloads

79,746

Version

3.0.4

License

MIT

Unpacked Size

2.46 MB

Total Files

28

Last publish

Collaborators

  • mrwook