Socket
Socket
Sign inDemoInstall

ethereum-emissions-calculator

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ethereum-emissions-calculator - npm Package Compare versions

Comparing version 1.8.2-4 to 1.8.2-5

4

lib/index.js

@@ -36,2 +36,4 @@ "use strict";

gasUsed,
highestBlockNumber: Number(transactions[0].blockNumber),
lowestBlockNumber: Number(transactions[transactions.length - 1].blockNumber),
done,

@@ -54,2 +56,4 @@ };

gasUsed,
highestBlockNumber: Number(transactions[0].blockNumber),
lowestBlockNumber: Number(transactions[transactions.length - 1].blockNumber),
done,

@@ -56,0 +60,0 @@ };

@@ -59,2 +59,6 @@ /** This is the API response for a normal, internal, token or NFT transaction query */

done: boolean;
/** The block number of the most recent transaction found in the query */
highestBlockNumber: number;
/** The block number of the oldest transaction found in the query */
lowestBlockNumber: number;
}

2

package.json
{
"name": "ethereum-emissions-calculator",
"version": "1.8.2-4",
"version": "1.8.2-5",
"description": "TypeScript utils to calculate the CO2 emissions of an Ethereum wallet. Powered by the Etherscan.io API.",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

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