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

dashhd

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dashhd - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

2

package.json
{
"name": "dashhd",
"version": "3.0.2",
"version": "3.0.3",
"description": "Manage HD Keys from HD Wallet Seed and Extended (xprv, xpub) Key Paths. Part of $DASH Tools.",

@@ -5,0 +5,0 @@ "main": "dashhd.js",

@@ -190,3 +190,5 @@ # [DashHD.js](https://github.com/dashhive/dashhd.js)

} catch (e) {
window.alert("Error: The recovery phrase can't generate a valid 1st account!");
window.alert(
"Error: The recovery phrase can't generate a valid 1st account!",
);
}

@@ -632,3 +634,3 @@ ```

- Depth 1: _Purpose Key_ - predefined as index `44'` for BIP-44
- Depth 2: _Coin Key_ - predefined as index `5'` for DASH (main & test) \
- Depth 2: _Coin Key_ - predefined as index `5'` for DASH (`1'` for testnet) \
(this is also sometimes referred to as the "Wallet")

@@ -718,3 +720,3 @@ - Depth 3: _Account Key_ - derived by account index

Always `5'`, which is a magic number specifying DASH (mainnet and testnet)
Always `5'`, which is a magic number specifying DASH (`1'` for testnet)

@@ -922,3 +924,5 @@ (can be used with other

} catch (e) {
window.alert("the recovery phrase (or seed) could not be used to derive keys");
window.alert(
"the recovery phrase (or seed) could not be used to derive keys",
);
}

@@ -925,0 +929,0 @@ ```

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