ethereum-emissions-calculator
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43847