
Product
Secure Your AI-Generated Code with Socket MCP
Socket MCP brings real-time security checks to AI-generated code, helping developers catch risky dependencies before they enter the codebase.
@impv/zxcvbn-ts-language-ja
Advanced tools
This is a Japanese language pack for zxcvbn-ts. Currently, this package provides feedbacks translation only.
# NPM
npm i @impv/zxcvbn-ts-language-ja
# Yarn
yarn add @impv/zxcvbn-ts-language-ja
# pnpm
pnpm i @impv/zxcvbn-ts-language-ja
As this package provide neither dictionaries nor keyboard patterns, we recommend you to use common ones and/or English ones.
import { zxcvbn, ZxcvbnOptions } from "@zxcvbn-ts/core";
import zxcvbnCommonPackage from "@zxcvbn-ts/language-common";
import zxcvbnEnPackage from "@zxcvbn-ts/language-en";
// You can't default-import the package because we use Named Exports.
import * as zxcvbnJaPackage from "@impv/zxcvbn-ts-language-ja";
const password = "somePassword";
const options = {
translations: zxcvbnJaPackage.translations,
dictionary: {
...zxcvbnCommonPackage.dictionary,
...zxcvbnEnPackage.dictionary,
},
graphs: zxcvbnCommonPackage.adjacencyGraphs,
};
ZxcvbnOptions.setOptions(options);
zxcvbn(password);
FAQs
Japanese language pack for zxcvbn-ts
The npm package @impv/zxcvbn-ts-language-ja receives a total of 0 weekly downloads. As such, @impv/zxcvbn-ts-language-ja popularity was classified as not popular.
We found that @impv/zxcvbn-ts-language-ja demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Product
Socket MCP brings real-time security checks to AI-generated code, helping developers catch risky dependencies before they enter the codebase.
Security News
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
Research
Security News
Socket’s Threat Research Team has uncovered 60 npm packages using post-install scripts to silently exfiltrate hostnames, IP addresses, DNS servers, and user directories to a Discord-controlled endpoint.