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.3.0 to 1.3.1

15

package.json
{
"name": "@scure/bip32",
"version": "1.3.0",
"description": "Secure, audited & minimal implementation of BIP32 hierarchical deterministic (HD) wallets",
"version": "1.3.1",
"description": "Secure, audited & minimal implementation of BIP32 hierarchical deterministic (HD) wallets over secp256k1",
"files": [

@@ -25,4 +25,4 @@ "index.ts",

"dependencies": {
"@noble/curves": "~1.0.0",
"@noble/hashes": "~1.3.0",
"@noble/curves": "~1.1.0",
"@noble/hashes": "~1.3.1",
"@scure/base": "~1.1.0"

@@ -72,8 +72,3 @@ },

],
"funding": [
{
"type": "individual",
"url": "https://paulmillr.com/funding/"
}
]
"funding": "https://paulmillr.com/funding/"
}
# scure-bip32
Secure, [audited](#security) & minimal implementation of BIP32 hierarchical deterministic (HD) wallets.
Secure, [audited](#security) & minimal implementation of BIP32 hierarchical deterministic (HD) wallets over secp256k1.
Compared to popular `hdkey` package, scure-bip32:
- Supports ESM and common.js
- Is 418KB all-bundled instead of 5.9MB
- Uses 3 dependencies instead of 24
- Had an external security [audit](#security) by Cure53 on Jan 5, 2022
- Had an external security [audit](#security) by Cure53
Check out [scure-bip39](https://github.com/paulmillr/scure-bip39) if you need mnemonic phrases. See [ed25519-keygen](https://github.com/paulmillr/ed25519-keygen) if you need SLIP-0010/BIP32 HDKey implementation.
Check out [scure-bip39](https://github.com/paulmillr/scure-bip39) if you need mnemonic phrases. See [ed25519-keygen](https://github.com/paulmillr/ed25519-keygen) if you need SLIP-0010/BIP32 ed25519 hdkey implementation.

@@ -17,4 +18,4 @@ ### This library belongs to *scure*

- All releases are signed with PGP keys
- As minimal as possible
- Audited by a third-party
- Releases are signed with PGP keys and built transparently with NPM provenance
- Check out all libraries:

@@ -30,6 +31,2 @@ [base](https://github.com/paulmillr/scure-base),

Or
> yarn add @scure/bip32
This module exports a single class `HDKey`, which should be used like this:

@@ -36,0 +33,0 @@

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