Comparing version 0.0.9 to 0.0.10
@@ -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; |
@@ -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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
670879
2722
0