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

bytes-to-co2

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bytes-to-co2 - npm Package Compare versions

Comparing version 0.0.0-alpha.3 to 0.0.0-alpha.4

LICENSE

15

package.json
{
"name": "bytes-to-co2",
"version": "0.0.0-alpha.3",
"version": "0.0.0-alpha.4",
"description": "Javascript module that calculates the co2 generated in transfer x amount of bytes over the network and the country.",

@@ -23,5 +23,9 @@ "main": "dist/umd/index.js",

"license": "MIT",
"dependencies": {
"rimraf": "^3.0.2"
},
"keywords": [
"carbon footprint",
"co2",
"sustainability",
"cost of transfer data"
],
"dependencies": {},
"devDependencies": {

@@ -37,3 +41,4 @@ "@types/tap": "^14.10.0",

"ts-node": "^8.10.2",
"typescript": "^3.9.7"
"typescript": "^3.9.7",
"rimraf": "^3.0.2"
},

@@ -40,0 +45,0 @@ "tap": {

@@ -9,3 +9,3 @@ # bytes-to-co2

produce electricity (solar, wind, coal, diesel, nuclear, etc) and each one
of this releases to the atmosphere a different amount of Carbon Dioxide (co2),
of these releases to the atmosphere a different amount of Carbon Dioxide (co2),
therefore transmit **x** amount of data will release a **y** amount of **co2**.

@@ -32,1 +32,7 @@

```
## Contributing
If anything in the way I'm calculating the footprint looks odd to you, please feel free to open an issue or PR.
Any feedback or improvements in the way the co2 is calculated is welcomed.
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