@fuel-ts/mnemonic
Advanced tools
Comparing version 0.5.0 to 0.6.0
@@ -8,3 +8,3 @@ "use strict"; | ||
const sha2_1 = require("@ethersproject/sha2"); | ||
const english_1 = require("@fuel-ts/wordlists/words/english"); | ||
const wordlists_1 = require("@fuel-ts/wordlists"); | ||
const utils_1 = require("./utils"); | ||
@@ -40,3 +40,3 @@ // | ||
*/ | ||
constructor(wordlist = english_1.english) { | ||
constructor(wordlist = wordlists_1.english) { | ||
this.wordlist = wordlist; | ||
@@ -67,3 +67,3 @@ assertWordList(this.wordlist); | ||
*/ | ||
static mnemonicToEntropy(phrase, wordlist = english_1.english) { | ||
static mnemonicToEntropy(phrase, wordlist = wordlists_1.english) { | ||
const words = (0, utils_1.getWords)(phrase); | ||
@@ -78,3 +78,3 @@ assertMnemonic(words); | ||
*/ | ||
static entropyToMnemonic(entropy, wordlist = english_1.english) { | ||
static entropyToMnemonic(entropy, wordlist = wordlists_1.english) { | ||
const entropyBytes = (0, bytes_1.arrayify)(entropy, { | ||
@@ -81,0 +81,0 @@ allowMissingPrefix: true, |
{ | ||
"name": "@fuel-ts/mnemonic", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"description": "Mnemonic implementation from BIP39", | ||
@@ -18,5 +18,5 @@ "author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)", | ||
"@ethersproject/sha2": "^5.5.0", | ||
"@fuel-ts/wordlists": "^0.5.0" | ||
"@fuel-ts/wordlists": "^0.6.0" | ||
}, | ||
"gitHead": "d3d72b8b14dace42b121533c45762b43c16af8b1" | ||
"gitHead": "f07469eee8baa7edbb8967dd44058fa72028c446" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
49188
+ Added@fuel-ts/wordlists@0.6.0(transitive)
- Removed@fuel-ts/wordlists@0.5.0(transitive)
Updated@fuel-ts/wordlists@^0.6.0