Comparing version 0.0.8 to 0.0.9
{ | ||
"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", |
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
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
670471
4
2712
4
3
1
+ Addedbip39@^3.0.2
+ Added@noble/hashes@1.6.1(transitive)
+ Addedbip39@3.1.0(transitive)