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

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 3.0.2 to 3.0.3

2

lib/index.js

@@ -33,3 +33,3 @@ "use strict";

return {
kgCO2: Math.round(totalEmissions),
kgCO2: Number(totalEmissions.toFixed(3)),
transactionsCount: filteredTransactions.length,

@@ -36,0 +36,0 @@ gasUsed,

{
"name": "ethereum-emissions-calculator",
"version": "3.0.2",
"version": "3.0.3",
"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