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

btc-hdkey

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

btc-hdkey - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

11

hdkey.d.ts

@@ -37,1 +37,12 @@ export declare type network = 'testnet' | 'mainnet';

export declare function addressFromHDKey(hdkey: string, net?: network): string;
declare const _default: {
addressFromHDKey: typeof addressFromHDKey;
deriveAccount: typeof deriveAccount;
deriveAddress: typeof deriveAddress;
generateAddress: typeof generateAddress;
HDKeyFromExtendedKey: typeof HDKeyFromExtendedKey;
seedFromMenemonic: typeof seedFromMenemonic;
randomMenemonic: typeof randomMenemonic;
checkHDKey: typeof checkHDKey;
};
export default _default;

3

hdkey.js

@@ -132,3 +132,3 @@ "use strict";

exports.addressFromHDKey = addressFromHDKey;
const hdKey = {
exports.default = {
addressFromHDKey: addressFromHDKey,

@@ -143,2 +143,1 @@ deriveAccount: deriveAccount,

};
exports = hdKey;
{
"name": "btc-hdkey",
"version": "0.0.9",
"version": "0.0.10",
"description": "Hierarchical Deterministic Wallet support for BTC",

@@ -5,0 +5,0 @@ "main": "hdkey.min.js",

Sorry, the diff of this file is too big to display

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