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.4.0 to 1.5.0

lib/esm/index.d.ts

30

package.json
{
"name": "@scure/bip32",
"version": "1.4.0",
"version": "1.5.0",
"description": "Secure, audited & minimal implementation of BIP32 hierarchical deterministic (HD) wallets over secp256k1",
"files": [
"index.ts",
"lib/index.js",
"lib/index.d.ts",
"lib/index.js.map",
"lib/esm/package.json",
"lib/esm/index.js",
"lib/esm/index.js.map"
"./lib"
],
"main": "lib/index.js",
"module": "lib/esm/index.js",
"types": "lib/index.d.ts",
"main": "./lib/index.js",
"module": "./lib/esm/index.js",
"types": "./lib/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"import": "./lib/esm/index.js",
"default": "./lib/index.js"
"require": "./lib/index.js"
}
},
"dependencies": {
"@noble/curves": "~1.4.0",
"@noble/hashes": "~1.4.0",
"@scure/base": "~1.1.6"
"@noble/curves": "~1.6.0",
"@noble/hashes": "~1.5.0",
"@scure/base": "~1.1.7"
},
"devDependencies": {
"@paulmillr/jsbt": "0.1.0",
"@paulmillr/jsbt": "0.2.1",
"micro-should": "0.4.0",
"prettier": "3.1.1",
"typescript": "5.3.2"
"prettier": "3.3.2",
"typescript": "5.5.2"
},

@@ -35,0 +29,0 @@ "sideEffects": false,

6

README.md

@@ -6,3 +6,3 @@ # scure-bip32

- 🔒 [Audited](#security) by an independent security firm
- đŸ”ģ Tree-shaking-friendly: use only what's necessary, other code won't be included
- đŸ”ģ Tree-shakeable: unused code is excluded from your builds
- đŸ“Ļ ESM and common.js

@@ -13,6 +13,6 @@ - ➰ Only 3 audited dependencies by the same author:

and [scure-base](https://github.com/paulmillr/scure-base)
- đŸĒļ 300 lines. 90KB with all dependencies
- đŸĒļ 300 lines. 90KB with all dependencies bundled
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.
See [key-producer](https://github.com/paulmillr/micro-key-producer) if you need SLIP-0010/BIP32 ed25519 hdkey implementation.

@@ -19,0 +19,0 @@ ### This library belongs to *scure*

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