Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@leather.io/bitcoin

Package Overview
Dependencies
Maintainers
1
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@leather.io/bitcoin - npm Package Compare versions

Comparing version
0.33.2
to
0.34.0
+3
-3
.turbo/turbo-build.log
> @leather.io/bitcoin@0.33.2 build /home/runner/work/mono/mono/packages/bitcoin
> @leather.io/bitcoin@0.34.0 build /home/runner/work/mono/mono/packages/bitcoin
> tsup

@@ -13,5 +13,5 @@

ESM dist/index.js.map 113.17 KB
ESM ⚡️ Build success in 104ms
ESM ⚡️ Build success in 111ms
DTS Build start
DTS ⚡️ Build success in 5965ms
DTS ⚡️ Build success in 6055ms
DTS dist/index.d.ts 28.05 KB

@@ -942,2 +942,21 @@ # Changelog

## [0.34.0](https://github.com/leather-io/mono/compare/@leather.io/bitcoin-v0.33.2...@leather.io/bitcoin-v0.34.0) (2025-10-16)
### Features
* add stamps service and integrate to collectibles on mobile ([2037431](https://github.com/leather-io/mono/commit/2037431540b0e7ddb4e144a192ac816941997653))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @leather.io/constants bumped to 0.27.2
* @leather.io/crypto bumped to 1.12.1
* @leather.io/models bumped to 0.45.0
* @leather.io/utils bumped to 0.47.0
* devDependencies
* @leather.io/rpc bumped to 2.20.19
## [0.33.2](https://github.com/leather-io/mono/compare/@leather.io/bitcoin-v0.33.1...@leather.io/bitcoin-v0.33.2) (2025-10-15)

@@ -944,0 +963,0 @@

@@ -5,3 +5,3 @@ {

"description": "Shared bitcoin utilities",
"version": "0.33.2",
"version": "0.34.0",
"license": "MIT",

@@ -36,6 +36,6 @@ "homepage": "https://github.com/leather.io/mono/tree/dev/packages/bitcoin",

"zod": "4.0.17",
"@leather.io/constants": "0.27.1",
"@leather.io/crypto": "1.12.0",
"@leather.io/models": "0.44.1",
"@leather.io/utils": "0.46.4"
"@leather.io/constants": "0.27.2",
"@leather.io/models": "0.45.0",
"@leather.io/crypto": "1.12.1",
"@leather.io/utils": "0.47.0"
},

@@ -49,4 +49,4 @@ "devDependencies": {

"@leather.io/prettier-config": "0.9.0",
"@leather.io/rpc": "2.20.18",
"@leather.io/tsconfig-config": "0.11.0"
"@leather.io/tsconfig-config": "0.11.0",
"@leather.io/rpc": "2.20.19"
},

@@ -53,0 +53,0 @@ "keywords": [

@@ -39,4 +39,1 @@ export * from './bip21/bip21';

export * from './utils/lookup-derivation-by-address';
export * from './utils/bitcoin.network';
export * from './utils/bitcoin.utils';
export * from './utils/lookup-derivation-by-address';