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

3.0.2 • Public • Published

@zxcvbn-ts/language-nl-be

Contains Dutch words specific to Belgium and common Dutch words

Install

npm:

npm install @zxcvbn-ts/language-nl-be --save

yarn:

yarn add @zxcvbn-ts/language-nl-be

Setup

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

const password = 'somePassword'
const options = {
  translations: zxcvbnNlBePackage.translations,
  graphs: zxcvbnCommonPackage.adjacencyGraphs,
  dictionary: {
    ...zxcvbnCommonPackage.dictionary,
    ...zxcvbnNlBePackage.dictionary,
  },
}
zxcvbnOptions.setOptions(options)

zxcvbn(password)

Sources

First and last names (open data) from statbel https://statbel.fgov.be/nl/themas/bevolking/namen-en-voornamen/voornamen-van-meisjes-en-jongens#panel-13 https://statbel.fgov.be/nl/themas/bevolking/namen-en-voornamen/familienamen#figures

Package Sidebar

Install

npm i @zxcvbn-ts/language-nl-be

Weekly Downloads

5,140

Version

3.0.2

License

MIT

Unpacked Size

2.26 MB

Total Files

44

Last publish

Collaborators

  • mrwook