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

7

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

@@ -19,3 +19,4 @@ "main": "./lib/index.js",

"jest": "^26.6.3",
"prettier": "2.2.1"
"prettier": "2.2.1",
"rimraf": "^3.0.2"
},

@@ -29,3 +30,3 @@ "files": [

"test": "tsc --noEmit && jest",
"build": "tsc",
"build": "rimraf ./lib && tsc",
"prepare": "npm run build",

@@ -32,0 +33,0 @@ "prepublishOnly": "npm run test"

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