
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
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.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.