Package Exports
- @zxcvbn-ts/language-nl-be
- @zxcvbn-ts/language-nl-be/dist/index.cjs
- @zxcvbn-ts/language-nl-be/dist/index.mjs
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@zxcvbn-ts/language-nl-be) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@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 { ZxcvbnFactory } 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,
},
}
const zxcvbn = new ZxcvbnFactory(options)
zxcvbn.check(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