Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bip32

Package Overview
Dependencies
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bip32 - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

4

package.json
{
"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;

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