🚀. Socket Launch Week Day 2:Introducing Manifest Alerts.Learn more
Sign In

@evmexplorer/blockscout

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@evmexplorer/blockscout - npm Package Compare versions

Comparing version
0.0.27
to
0.0.28
+6
-3
dist/index.d.cts

@@ -270,5 +270,6 @@ type TokenBlockscout = {

base_fee_per_gas: string;
beacon_deposits_count: number;
blob_gas_price: string | null;
blob_gas_used: string;
blob_transaction_count: number;
blob_transactions_count: number;
burnt_blob_fees: string;

@@ -285,2 +286,4 @@ burnt_fees: string;

height: number;
internal_transactions_count: number;
is_pending_update: boolean;
miner: TransactionAddressBlockscout;

@@ -296,5 +299,5 @@ nonce: string;

timestamp: string;
total_difficulty: string;
transaction_count: number;
total_difficulty: string | null;
transaction_fees: string;
transactions_count: number;
type: 'block';

@@ -301,0 +304,0 @@ uncles_hashes: [];

@@ -270,5 +270,6 @@ type TokenBlockscout = {

base_fee_per_gas: string;
beacon_deposits_count: number;
blob_gas_price: string | null;
blob_gas_used: string;
blob_transaction_count: number;
blob_transactions_count: number;
burnt_blob_fees: string;

@@ -285,2 +286,4 @@ burnt_fees: string;

height: number;
internal_transactions_count: number;
is_pending_update: boolean;
miner: TransactionAddressBlockscout;

@@ -296,5 +299,5 @@ nonce: string;

timestamp: string;
total_difficulty: string;
transaction_count: number;
total_difficulty: string | null;
transaction_fees: string;
transactions_count: number;
type: 'block';

@@ -301,0 +304,0 @@ uncles_hashes: [];

{
"name": "@evmexplorer/blockscout",
"version": "0.0.27",
"version": "0.0.28",
"description": "EVM Explorer TypeScript BlockScout V2 sdk",

@@ -39,6 +39,6 @@ "main": "dist/index.js",

"@types/node": "24.10.1",
"prettier": "3.6.2",
"prettier": "3.7.1",
"tsup": "8.5.1",
"typescript": "^5.6.3",
"vitest": "4.0.12"
"vitest": "4.0.14"
},

@@ -45,0 +45,0 @@ "repository": {