Socket
Socket
Sign inDemoInstall

@zxcvbn-ts/language-it

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @zxcvbn-ts/language-it

The Italian language package for zxcvbn-ts


Version published
Weekly downloads
12K
increased by5.35%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

@zxcvbn-ts/language-it

The Italian dictionary and language package for zxcvbn-ts

Install

npm:

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

yarn:

yarn add @zxcvbn-ts/language-it

Setup

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

const password = 'somePassword'
const options = {
  translations: zxcvbnItPackage.translations,
  graphs: zxcvbnCommonPackage.adjacencyGraphs,
  dictionary: {
    ...zxcvbnCommonPackage.dictionary,
    ...zxcvbnItPackage.dictionary,
  },
}

zxcvbnOptions.setOptions(options)

zxcvbn(password)

Keywords

FAQs

Last updated on 12 Sep 2022

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