Socket
Socket
Sign inDemoInstall

bip39

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bip39 - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

src/wordlists/portuguese.json

2

package.json
{
"name": "bip39",
"version": "3.0.3",
"version": "3.0.4",
"description": "Bitcoin BIP39: Mnemonic code for generating deterministic keys",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -34,2 +34,3 @@ # BIP39

--exclude=./wordlists/czech.json \
--exclude=./wordlists/portuguese.json \
--exclude=./wordlists/chinese_traditional.json \

@@ -70,2 +71,6 @@ > bip39.browser.js

undefined
> bip39.wordlists.czech
undefined
> bip39.wordlists.portuguese
undefined
> bip39.wordlists.chinese_traditional

@@ -72,0 +77,0 @@ undefined

@@ -52,2 +52,7 @@ "use strict";

try {
exports._default = _default = require('./wordlists/portuguese.json');
wordlists.portuguese = _default;
}
catch (err) { }
try {
exports._default = _default = require('./wordlists/english.json');

@@ -54,0 +59,0 @@ wordlists.english = _default;

@@ -12,3 +12,3 @@ "use strict";

const WORDLIST_REQUIRED = 'A wordlist is required but a default could not be found.\n' +
'Please explicitly pass a 2048 word array explicitly.';
'Please pass a 2048 word array explicitly.';
function pbkdf2Promise(password, saltMixin, iterations, keylen, digest) {

@@ -15,0 +15,0 @@ return Promise.resolve().then(() => new Promise((resolve, reject) => {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc