
Product
Introducing License Overlays: Smarter License Management for Real-World Code
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
bip39wordlist
Advanced tools
bip39 wordlists
https://www.npmjs.com/package/bip39wordlist
https://serapath.github.io/bip39wordlist/
npm install bip39wordlist
const all = require('bip39wordlist')
const chinese_simplified = require('bip39wordlist/chinese_simplified.json')
const chinese_traditional = require('bip39wordlist/chinese_traditional.json')
const english = require('bip39wordlist/english.json')
const french = require('bip39wordlist/french.json')
const italian = require('bip39wordlist/italian.json')
const japanese = require('bip39wordlist/japanese.json')
const korean = require('bip39wordlist/korean.json')
const spanish = require('bip39wordlist/spanish.json')
// const german = require('bip39wordlist/german.json') // @TODO: add 2048 words long german wordlist
// const wordlist = chinese_simplified
// const wordlist = chinese_traditional
// const wordlist = english
// const wordlist = french
// const wordlist = italian
// const wordlist = japanese
// const wordlist = korean
const wordlist = spanish
const { list, seperator } = wordlist
console.log(list.length) // 2048
console.log(list[5]) // "abono"
console.log(seperator) // " "
FAQs
bip39 wordlists
The npm package bip39wordlist receives a total of 0 weekly downloads. As such, bip39wordlist popularity was classified as not popular.
We found that bip39wordlist 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
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.