Socket
Socket
Sign inDemoInstall

@zxcvbn-ts/language-de

Package Overview
Dependencies
0
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @zxcvbn-ts/language-de

The German language package for zxcvbn-ts


Version published
Weekly downloads
18K
decreased by-1.58%
Maintainers
1
Install size
4.08 MB
Created
Weekly downloads
 

Readme

Source

@zxcvbn-ts/language-de

The German dictionary and language package for zxcvbn-ts

Installation

npm:

npm install @zxcvbn-ts/language-de --save

yarn:

yarn add @zxcvbn-ts/language-de

Setup

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

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

zxcvbn(password)

Keywords

FAQs

Last updated on 17 Sep 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc