@jhormanrus/zxcvbn-lang-es
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

@jhormanrus/zxcvbn-lang-es

The Spanish dictionary and language package for zxcvbn-ts

Install

npm:

npm install @jhormanrus/zxcvbn-lang-es --save

Setup

import zxcvbn from '@zxcvbn-ts/core'
import zxcvbnCommonPackage from '@zxcvbn-ts/language-common'
import zxcvbnEsPackage from '@jhormanrus/zxcvbn-lang-es'

const password = 'somePassword'
const options = {
  translations: zxcvbnEsPackage.translations,
  dictionary: {
    ...zxcvbnCommonPackage.dictionary,
    ...zxcvbnEsPackage.dictionary,
  },
}

zxcvbn(password, options)

Package Sidebar

Install

npm i @jhormanrus/zxcvbn-lang-es

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

6.09 MB

Total Files

37

Last publish

Collaborators

  • jhormanrus