Socket
Socket
Sign inDemoInstall

@zxcvbn-ts/language-es-es

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @zxcvbn-ts/language-es-es

The European Spanish language package for zxcvbn-ts


Version published
Weekly downloads
7.2K
increased by12.27%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

@zxcvbn-ts/language-es-es

The European Spanish dictionary and language package for zxcvbn-ts

Install

npm:

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

yarn:

yarn add @zxcvbn-ts/language-es-es

Setup

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

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

zxcvbnOptions.setOptions(options)

zxcvbn(password)

Keywords

FAQs

Last updated on 18 Oct 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