You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@trezor/blockchain-link-types

Package Overview
Dependencies
0
Maintainers
6
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 1.0.5
- feat(blockchain-link): return tx hex in blockbook transactions (6aba6f094)
# 1.0.3

@@ -2,0 +6,0 @@

2

lib/blockbook.d.ts

@@ -90,3 +90,3 @@ import type { AccountBalanceHistoryParams, GetCurrentFiatRatesParams, GetFiatRatesForTimestampsParams, GetFiatRatesTickersListParams, EstimateFeeParams, AccountInfoParams } from './params';

fees: string;
hex: string;
hex?: string;
lockTime?: number;

@@ -93,0 +93,0 @@ vsize?: number;

@@ -83,2 +83,3 @@ import type { SocksProxyAgentOptions } from 'socks-proxy-agent';

txid: string;
hex?: string;
blockTime?: number;

@@ -85,0 +86,0 @@ blockHeight?: number;

{
"name": "@trezor/blockchain-link-types",
"version": "1.0.4",
"version": "1.0.5",
"license": "See LICENSE.md in repo root",

@@ -19,3 +19,3 @@ "sideEffects": false,

"devDependencies": {
"@trezor/utxo-lib": "1.0.9",
"@trezor/utxo-lib": "1.0.10",
"rimraf": "^5.0.1",

@@ -22,0 +22,0 @@ "ripple-lib": "^1.10.1",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc