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 2.1.1-1 to 2.1.1-2

1

lib/utils/filterValidTransactions.js

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

txn.from.toLowerCase() === params.address.toLowerCase()) && // normal address only include outgoing
txn.isError !== "1" &&
((_a = prev[prev.length - 1]) === null || _a === void 0 ? void 0 : _a.hash) !== txn.hash) {

@@ -17,0 +16,0 @@ return prev.concat([txn]);

2

package.json
{
"name": "ethereum-emissions-calculator",
"version": "2.1.1-1",
"version": "2.1.1-2",
"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