Comparing version 2.0.4 to 2.0.5
{ | ||
"name": "bip32", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "A BIP32 compatible library", | ||
@@ -44,3 +44,3 @@ "keywords": [ | ||
"create-hmac": "^1.1.7", | ||
"tiny-secp256k1": "^1.1.0", | ||
"tiny-secp256k1": "^1.1.3", | ||
"typeforce": "^1.11.5", | ||
@@ -47,0 +47,0 @@ "wif": "^2.0.6" |
@@ -17,3 +17,4 @@ "use strict"; | ||
const BITCOIN = { | ||
wif: 0x80, | ||
messagePrefix: '\x18Bitcoin Signed Message:\n', | ||
bech32: 'bc', | ||
bip32: { | ||
@@ -23,2 +24,5 @@ public: 0x0488b21e, | ||
}, | ||
pubKeyHash: 0x00, | ||
scriptHash: 0x05, | ||
wif: 0x80, | ||
}; | ||
@@ -25,0 +29,0 @@ const HIGHEST_BIT = 0x80000000; |
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
17684
369
Updatedtiny-secp256k1@^1.1.3