Socket
Socket
Sign inDemoInstall

@scure/bip32

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scure/bip32 - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

9

package.json
{
"name": "@scure/bip32",
"version": "1.1.3",
"version": "1.1.4",
"description": "Secure, audited & minimal implementation of BIP32 hierarchical deterministic (HD) wallets",

@@ -22,3 +22,3 @@ "files": [

"dependencies": {
"@noble/hashes": "~1.1.3",
"@noble/hashes": "~1.2.0",
"@noble/secp256k1": "~1.7.0",

@@ -28,4 +28,3 @@ "@scure/base": "~1.1.0"

"devDependencies": {
"@types/mocha": "9.0.0",
"mocha": "9.2.2",
"micro-should": "0.4.0",
"prettier": "2.6.2",

@@ -55,3 +54,3 @@ "typescript": "4.7.3"

"format": "prettier --write 'index.ts' 'test/*.test.ts'",
"test": "cd test && tsc && mocha hdkey.test.js"
"test": "cd test && tsc && node hdkey.test.js"
},

@@ -58,0 +57,0 @@ "keywords": [

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