bip39-light
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "bip39-light", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Bitcoin BIP39: Mnemonic code for generating deterministic keys, a lightweight fork", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,2 +0,2 @@ | ||
# BIP39 | ||
# bip39-light | ||
@@ -39,3 +39,3 @@ ***WARNING: This is just a very early attempt at getting a lightweight implementation. DO NOT use in production*** | ||
``` js | ||
var bip39 = require('bip39') | ||
var bip39 = require('bip39-light') | ||
@@ -42,0 +42,0 @@ // defaults to BIP39 English word list |
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
73904