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.3 to 3.0.4

11

dashhd.js

@@ -663,2 +663,5 @@ /**

DashHd.HARDENED_OFFSET = HARDENED_OFFSET;
// @ts-ignore
window.DashHd = DashHd;
})(("object" === typeof window && window) || {}, DashHd);

@@ -796,3 +799,3 @@ if ("object" === typeof module) {

* @param {Uint8Array} seedBytes
* @param {HDFromSeedOptions} opts
* @param {HDFromSeedOptions} [opts]
* @returns {Promise<HDWallet>}

@@ -816,3 +819,3 @@ */

* @param {Uint8Array} pubBytes
* @param {HDToAddressOpts} opts
* @param {HDToAddressOpts} [opts]
* @returns {Promise<String>}

@@ -837,3 +840,3 @@ */

* @param {Uint8Array} privBytes
* @param {HDToAddressOpts} opts
* @param {HDToAddressOpts} [opts]
* @returns {Promise<String>}

@@ -844,3 +847,3 @@ */

* @typedef HDToAddressOpts
* @prop {String} version
* @prop {String} [version]
*/

@@ -847,0 +850,0 @@

{
"name": "dashhd",
"version": "3.0.3",
"version": "3.0.4",
"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",

@@ -718,6 +718,10 @@ # [DashHD.js](https://github.com/dashhive/dashhd.js)

Always `5'`, which is a magic number specifying DASH (`1'` for testnet)
Always `5'`, which is a magic number specifying DASH.
(can be used with other
Except `1'` for testnet, as per
https://github.com/satoshilabs/slips/blob/master/slip-0044.md.
See `fromSeed(seedBytes)` for options to change `purpose`, `coinType`, and
`versions`.
### Account (depth 3)

@@ -724,0 +728,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