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.8 to 0.0.9

hdkey.d.ts

21

package.json
{
"name": "btc-hdkey",
"version": "0.0.8",
"version": "0.0.9",
"description": "Hierarchical Deterministic Wallet support for BTC",
"main": "index.js",
"types": "index.d.ts",
"main": "hdkey.min.js",
"types": "hdkey.d.ts",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
"build": "tsc; npm run webpack;",
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "webpack --config webpack.prod.js"
},

@@ -23,9 +24,13 @@ "repository": {

"devDependencies": {
"typescript": "^3.5.3"
"typescript": "^3.5.3",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.6"
},
"files": [
"index.js",
"index.d.ts"
"hdkey.js",
"hdkey.min.js",
"hdkey.d.ts"
],
"dependencies": {
"bip39": "^3.0.2",
"bitcoinjs-lib": "^5.1.3",

@@ -32,0 +37,0 @@ "bsert": "0.0.10",

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