Socket
Socket
Sign inDemoInstall

@trezor/blockchain-link-types

Package Overview
Dependencies
Maintainers
4
Versions
25
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.1.0 to 1.1.1-beta.1

3

lib/blockbook-api.d.ts

@@ -52,2 +52,5 @@ export interface APIError {

multiTokenValues?: MultiTokenValue[];
fingerprint?: string;
policyId?: string;
unit?: string;
}

@@ -54,0 +57,0 @@ export interface Vout {

@@ -148,2 +148,4 @@ import type { AccountInfoParams, EstimateFeeParams, AccountBalanceHistoryParams } from './params';

decimals: number;
ticker: string | null;
name: string | null;
fingerprint?: string;

@@ -150,0 +152,0 @@ }

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

accounts?: TokenAccount[];
policyId?: string;
fingerprint?: string;
}

@@ -137,0 +139,0 @@ export interface AccountInfo {

4

package.json
{
"name": "@trezor/blockchain-link-types",
"version": "1.1.0",
"version": "1.1.1-beta.1",
"license": "See LICENSE.md in repo root",

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

"dependencies": {
"@solana/web3.js": "^1.91.6",
"@solana/web3.js": "^1.95.0",
"@trezor/type-utils": "1.1.0",

@@ -26,0 +26,0 @@ "@trezor/utxo-lib": "2.1.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