Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@trezor/blockchain-link-utils

Package Overview
Dependencies
Maintainers
6
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.0.3 to 1.0.4

5

CHANGELOG.md

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

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

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

1

lib/blockbook.js

@@ -291,2 +291,3 @@ "use strict";

history: {
addrTxCount: payload.addrTxCount,
total: payload.txs,

@@ -293,0 +294,0 @@ tokens: typeof payload.nonTokenTxs === 'number'

10

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

@@ -20,13 +20,13 @@ "sideEffects": false,

"dependencies": {
"@trezor/utils": "9.0.8",
"@trezor/utils": "9.0.10",
"bignumber.js": "^9.1.1"
},
"devDependencies": {
"@trezor/blockchain-link-types": "1.0.2",
"@trezor/blockchain-link-types": "1.0.3",
"@trezor/type-utils": "1.0.2",
"jest": "^26.6.3",
"rimraf": "^4.4.1",
"tsx": "^3.12.6",
"rimraf": "^5.0.1",
"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