Socket
Socket
Sign inDemoInstall

@trezor/blockchain-link-types

Package Overview
Dependencies
Maintainers
6
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trezor/blockchain-link-types - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

5

CHANGELOG.md

@@ -0,1 +1,6 @@

# 1.0.3
- chore(blockchain-link): add addrTxCount (2d6e12535)
- feat: update deps in root package.json (5806d41bc)
# 1.0.2

@@ -2,0 +7,0 @@

1

lib/blockbook-api.d.ts

@@ -148,2 +148,3 @@ export interface APIError {

txs: number;
addrTxCount?: number;
nonTokenTxs?: number;

@@ -150,0 +151,0 @@ internalTxs?: number;

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

txs: number;
addrTxCount?: number;
unconfirmedBalance: string;

@@ -51,0 +52,0 @@ unconfirmedTxs: number;

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

txids?: string[];
addrTxCount?: number;
};

@@ -154,0 +155,0 @@ misc?: {

8

package.json
{
"name": "@trezor/blockchain-link-types",
"version": "1.0.2",
"version": "1.0.3",
"license": "See LICENSE.md in repo root",

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

"devDependencies": {
"@trezor/utxo-lib": "1.0.6",
"rimraf": "^4.4.1",
"@trezor/utxo-lib": "1.0.8",
"rimraf": "^5.0.1",
"ripple-lib": "^1.10.1",
"socks-proxy-agent": "6.1.1",
"tsx": "^3.12.6",
"tsx": "^3.12.7",
"typescript": "4.9.5"
}
}
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