A curated list of open technology projects to sustain a stable climate, energy supply, biodiversity and natural resources.

Recent Releases of co2.js

co2.js - v0.16.6

What's Changed

New Contributors

Full Changelog: https://github.com/thegreenwebfoundation/co2.js/compare/v0.16.5...v0.16.6

Consumption - Computation and Communication - JavaScript
Published by fershad 3 months ago

co2.js - v0.16.5

What's Changed

Full Changelog: https://github.com/thegreenwebfoundation/co2.js/compare/v0.16.4...v0.16.5

Consumption - Computation and Communication - JavaScript
Published by fershad 3 months ago

co2.js - v0.16.4

What's Changed

New Contributors

Full Changelog: https://github.com/thegreenwebfoundation/co2.js/compare/v0.16.3...v0.16.4

Consumption - Computation and Communication - JavaScript
Published by fershad 5 months ago

co2.js - v0.16.3

Changes

Contributors

  • @samuelIkoli made their first contribution
  • @APJohns made their first contribution

Full Changelog: https://github.com/thegreenwebfoundation/co2.js/compare/v0.16.2...v0.16.3

Consumption - Computation and Communication - JavaScript
Published by fershad 5 months ago

co2.js - v0.16.2

What's Changed

New Contributors

Full Changelog: https://github.com/thegreenwebfoundation/co2.js/compare/v0.16.1...v0.16.2

Consumption - Computation and Communication - JavaScript
Published by fershad 6 months ago

co2.js - v0.16.1

This release sets up the minimum capability to publish CO2.js to JSR. This is experimental at the moment, with the main purpose being to utilise some of the documenting capabilities that is available through JSR.

  • update jsr export 8339284
  • Add basic JSR support 6c0f991
  • update average grid intensities ed2d8ab

https://github.com/thegreenwebfoundation/co2.js/compare/v0.16.0...v0.16.1

Consumption - Computation and Communication - JavaScript
Published by fershad 8 months ago

co2.js - v0.16 - Add Sustainable Web Design Model v4

Significant updates in this release include:

  • Add Sustainable Web Design version 4 b4a7eef
  • Add Sustainable Web Design rating scale 142c041
  • allow for SWDM version change 15e33a5
  • add contributing.md 22d4bcc
  • calculate operational and embodied emissions per segment a525f33

https://github.com/thegreenwebfoundation/co2.js/compare/v0.15.0...v0.16.0

Release notes: https://www.thegreenwebfoundation.org/news/release-guide-co2-js-v0-16

Consumption - Computation and Communication - JavaScript
Published by fershad 10 months ago

co2.js - v0.15.0 - Verbose hosting check results

CO2.js v0.15 gives developers access to richer information about a hosting provider when checking a domain or multiple domains for green hosting.

Release guide: https://www.thegreenwebfoundation.org/news/release-guide-co2-js-v0-15/

  • Adds support for verbose response when checking domains d012292 . Thank you @sfishel18 for this contribution.
  • update grid intensities 03b5e45
  • remove pagexray dependency, related functions, and test 2a8f601 b2fefd0 41ee904 1e6508a
  • Added new JSdoc typedef for components of CO2 estimate Added it as a union for return types that can be total or components d6700f5 . Thank you @mgriffin-scottlogic for this contribution.

https://github.com/thegreenwebfoundation/co2.js/compare/v0.14.4...v0.15.0

Consumption - Computation and Communication - JavaScript
Published by fershad 12 months ago

co2.js - Update average annual grid intensities

  • [AUTOMATED] Update average annual grid intensities 5e532f5

https://github.com/thegreenwebfoundation/co2.js/compare/v0.14.3...v0.14.4

Consumption - Computation and Communication - JavaScript
Published by fershad about 1 year ago

co2.js - 0.14.3

  • [AUTOMATED] Update average annual grid intensities f59eefc

Please note that this update includes data from Ember Climate that reflects their updated carbon intensity methodology.

Read the methodology at: https://ember-climate.org/data-catalogue/yearly-electricity-data/

A note from Ember about the change is below:

We have made a significant update to our carbon intensity calculations which hopefully helped to significantly increase their accuracy. Previously, we were using IPCC emissions factors by fuel that did not distinguish between countries or technologies. Our new factors are on a by country, by fuel, by year basis to more accurately capture coal and gas fleets, how they change over time, and where and how coal and gas is sourced.

Crucially, while widely used, IPCC factors were a significant underestimate, especially for emissions from coal generation. The IPCC, in its methodology, relied on calculations that assumed near impossible efficiency for future coal plants that does not accurately reflect current day coal generation.

We hope that our new approach will be more accurate and we're aiming to make our methodology fully public and reproducible in the near future.

https://github.com/thegreenwebfoundation/co2.js/compare/v0.14.2...v0.14.3

Consumption - Computation and Communication - JavaScript
Published by fershad about 1 year ago

co2.js - v0.14.2

What's Changed

New Contributors

Full Changelog: https://github.com/thegreenwebfoundation/co2.js/compare/v0.14.1...v0.14.2

Consumption - Computation and Communication - JavaScript
Published by fershad about 1 year ago

co2.js - v0.14.1

Why not v0.14.0? Because about 6 months ago I accidentally published v0.14.0 instead of a patch version update. I couldn't remove the tags from NPM or unpublish the package, so we're here now.

  • Add guidance for using type definitions from DefinitelyTyped in production 27e2ed4 b5d8828
  • Remove previous index.d.ts file ff6f767
  • Reduce NPM package size dbd9d7d
  • Update average annual average grid intensities 49da1c4 84384da

https://github.com/thegreenwebfoundation/co2.js/compare/v0.13.10...v0.14.1

⚠️ Upcoming feature deprecation notice

In the next version of CO2.js (0.15.0) we will be removing some functions that were specific to using CO2.js with Sitespeed's Page X-ray. Namely, we will be removing the following functions from the CO2.js library:

  • perDomain
  • perPage
  • perContentType
  • dirtiestResources
  • perParty

This functionality has already been merged into the Sitespeed.io Sustainability Plugin. Once the above functions have been removed from CO2.js, you will need to use the Sitespeed.io Sustainability Plugin or your own code for that functionality.

If this change impacts your code, please follow the issue on GitHub and leave a comment if you have any concerns.

Consumption - Computation and Communication - JavaScript
Published by fershad over 1 year ago

co2.js - v0.13.10

  • [AUTOMATED] Update average annual grid intensities data 3085219

Consumption - Computation and Communication - JavaScript
Published by fershad over 1 year ago

co2.js - v0.13.9

  • Fix to return expected results when variables with 0 value are passed into function b1c0679
  • [AUTOMATED] Update average annual grid intensities 0e76dbe

https://github.com/thegreenwebfoundation/co2.js/compare/v0.13.8...v0.13.9

Consumption - Computation and Communication - JavaScript
Published by fershad over 1 year ago

co2.js - v0.13.8

  • Add support for values equal to 0 in perByteTrace and perVisitTrace. Thanks @p-gerard. a045b14
  • Update average annual grid intensities c2a805a
  • Add some forgiveness to perByteTrace and perVisitTrace tests 26972e4

https://github.com/thegreenwebfoundation/co2.js/compare/v0.13.7...v0.13.8

Consumption - Computation and Communication - JavaScript
Published by fershad over 1 year ago

co2.js - v0.13.7 -

The main update ini this patch release is fresh data for country average annual grid intensity.

  • [AUTOMATED] Update average annual grid intensities from August 2023 33f7d9f

Other quality of life updates to testing and repo management can be found in the release comparison below.
https://github.com/thegreenwebfoundation/co2.js/compare/v0.13.6...v0.13.7

Consumption - Computation and Communication - JavaScript
Published by fershad over 1 year ago

co2.js - v0.13.6

  • Update average annual grid intensities with annual data from July 2022 6024b5b
  • Create FUNDING.yml to allow sponsor contribution to this project 3a1c6a9
  • Store segment flag on CO2 instance, not models by @EvanHahn 51e9d5e

https://github.com/thegreenwebfoundation/co2.js/compare/v0.13.5...v0.13.6

Consumption - Computation and Communication - JavaScript
Published by fershad over 1 year ago

co2.js - v0.13.5 - Update annual average grid intensities

  • [AUTOMATED] Update average annual grid intensities (June 2023) 8e98d3b

https://github.com/thegreenwebfoundation/co2.js/compare/v0.14.0...v0.13.5

Consumption - Computation and Communication - JavaScript
Published by fershad almost 2 years ago

co2.js - v0.13.4

  • Fix: #146 (Error when using global grid intensity in IIFE) 4e25a45

https://github.com/thegreenwebfoundation/co2.js/compare/v0.13.3...v0.13.4

Consumption - Computation and Communication - JavaScript
Published by fershad almost 2 years ago

co2.js - v0.13.3

  • #144 Removing debug as a project dependency
  • #142 Update global grid intensity to use WORLD data from Ember

Contributors

Thank you for your contributions:

  • @PrathumP
  • @tackaberry

Full Changelog: https://github.com/thegreenwebfoundation/co2.js/compare/v0.13.2...v0.13.3

Consumption - Computation and Communication - JavaScript
Published by fershad almost 2 years ago

co2.js - v0.13.2

https://github.com/thegreenwebfoundation/co2.js/compare/v0.13.1...v0.13.2

Consumption - Computation and Communication - JavaScript
Published by fershad about 2 years ago

co2.js - v0.13.1

  • Fix: import average-intensitities file correctly for node 8733fb7

Thank @raymundovr for your contribution.

https://github.com/thegreenwebfoundation/co2.js/compare/v0.13.0...v0.13.1

Consumption - Computation and Communication - JavaScript
Published by fershad about 2 years ago

co2.js - v0.13.0 - Updated average intensity data

The key focus of this release is getting even more grid intensity data into CO2.js.
Changes to how data is gathered allows us to now have annual average grid intensity for 221 countries available inside the library.

  • update with more 2022 average intensity data 20c3107
  • format data 2ccbe22
  • update index to use new average intensity file 4ae3e6a
  • remove old output files + other old files f1a4e86
  • generate new output file 9e00b5f
  • refactor generation util 6ad35e9

https://github.com/thegreenwebfoundation/co2.js/compare/v0.12.2...v0.13.0

Consumption - Computation and Communication - JavaScript
Published by fershad about 2 years ago

co2.js - v0.12.2 - A bit of TypeScript and a data update

  • Update 2021 average intensity data 2629aa5
  • Add a module declaration for use from typescript 3aca5ad

Thank you @hamishfagg for you contribution.

https://github.com/thegreenwebfoundation/co2.js/compare/v0.12.1...v0.12.2

Consumption - Computation and Communication - JavaScript
Published by fershad about 2 years ago

co2.js -

  • remove import of test constants 60df40b

Consumption - Computation and Communication - JavaScript
Published by fershad about 2 years ago

co2.js - v0.12.0 - Customise CO2 calculation inputs

  • Introduce new option to return detailed results 5cb8d59
  • Allow for constants in SWD model to be adjusted 193135d
  • Show bytes in trace output e751fa0

Detailed release notes with examples can be found at:
https://www.thegreenwebfoundation.org/news/release-guide-co2-js-v0-12/

Consumption - Computation and Communication - JavaScript
Published by fershad about 2 years ago

co2.js - v0.11.4 - Fix green hosting multi domain check

  • remove duplicate multi test 2ee6b7a
  • fix multi check for esm 84ccaef
  • export greenDomainsFromResults bea9895

Consumption - Computation and Communication - JavaScript
Published by fershad over 2 years ago

co2.js - v0.11.3 - Fix green hosting check in Node

This release fixes #110

  • Fix correct export for hosting for Node. 6ae2c3f

Thanks to @soulgalore for contributing this patch.

https://github.com/thegreenwebfoundation/co2.js/compare/v0.11.2...v0.11.3

Consumption - Computation and Communication - JavaScript
Published by fershad over 2 years ago

co2.js - v0.11.2 - Reduce npm package size

Recent v0.11.x updates to the library are coming in a 17MB + in size when published to NPM. This has been raised in https://github.com/thegreenwebfoundation/co2.js/issues/108 and it was found data files were being included in the published package.

This release fixes that & also removes the public directory from the package, since it is only for demonstration purposes.

  • ignore data files and public folder 8286c2f

Consumption - Computation and Communication - JavaScript
Published by fershad over 2 years ago

co2.js - v0.11.1 - Use generic filenames for data

To avoid any confusion around the data being provided in this library by The Green Web Foundation, that we should use generic filenames that do not reference the data source.

  • rename functions and output files e1f8539
  • update imports e00ff78
  • remove source from output 55750b7 7c00030

Consumption - Computation and Communication - JavaScript
Published by fershad over 2 years ago

co2.js - v0.11 - the one with bundled open data.

V11 adds open, carbon intensity data, right into the package, no need for network requests! See the changelog for v0.11 for more.

This means you can use this library for calculating CO2 figures from average intensity data, like you might need for annual reports, but also marginal intensity data, for creating software carbon intensity scores, as outlined by the Green Software Foundation Software Intensity Specification.

  • Exclude / include directories 1b14b88
  • Fix small typo in npmignore file d1717a7
  • Adjust npmignore to include bundled intensity data 5947ecf
  • Add data output into npm package 14c29ff
  • Mention new release:minor command b111b0c
  • Add new release commands cbf1e3d
  • Add new release info to CHANGELOG.md 16ef4a8
  • 0.10.4 f88b0ad
  • Add updated licensing information and disclaimers 544e3a9
  • Merge pull request #106 from thegreenwebfoundation/fi-expose-intesity-data-for-export 26100d0
  • update the changelog 9f387bc
  • update the readme dcce73a
  • use uppercase country iso codes 02747b2
  • add JS CDNs to readme 64c61ee
  • add JS CDNs to readme 170400d
  • lint tests 6da690c
  • import into main library 7ffc184
  • setup simple test for data import 205b442
  • add additional contextual data to output c1dde1e
  • dont lint minified files d8dc656
  • lint f920058
  • move minified output into src/data folder 7e98854
  • Add marginal carbon intensity data from UNFCCC (#102) 2432f82
  • Merge pull request #103 from toolness/patch-1 cb9d4ab
  • Fix minor typo in README.md 4a2858b
  • Merge pull request #69 from thegreenwebfoundation/ca-add-ember-co2-intensity-numbers 884c18c
  • add comments to code ccac167
  • add intensity-data script cbba65a
  • standardise looping d1df4d4
  • move common functions into separate utils files fd4622b
  • add ISO 2 and 3 digit country codes to JSON output aabab1c
  • add countries file 1499c58
  • ember is average intensities d9c646c
  • remove old files f08d6e9
  • rename output files to highlight marginal intensity 2f06610
  • use lowercase country keys 73ce466
  • JSON (full) and JS (short) outputs from CSV parsing 1916b42
  • parse CSVs using JS 856b259
  • Add CO2 latest CO2 intensities by country 53f05b9
  • Add the co2 intensity data from Ember 0a9c5aa
  • Merge pull request #100 from thegreenwebfoundation/fi-v0.11.0 191682d
  • add error for incorrect model and/or method 2c8ac17
  • create new tests for checking errors are thrown correctly 56ebd09
  • update CO2.js to use SWD as default 738e6ea
  • update tests for SWD as default b95a815
  • remove unused import 7558545
  • Add release commmand, for build and publish b09ce87

https://github.com/thegreenwebfoundation/co2.js/compare/v0.10.3...v0.11.0

Consumption - Computation and Communication - JavaScript
Published by mrchrisadams over 2 years ago

co2.js -

Small release this. v10.3 had some pre-compiled code published onto npm, which mean that it would default to the Sustainable Web Design emissions model. This is part of the next minor release, but a patch release, as we wanted to give notice to downstream consumers.

  • Add release commmand, for build and publish

https://github.com/thegreenwebfoundation/co2.js/compare/v0.10.3...v0.10.4

Consumption - Computation and Communication - JavaScript
Published by mrchrisadams over 2 years ago

co2.js - v0.10.3 add perVisit function to SWD model

  • Merge pull request #95 from thegreenwebfoundation/fi-v0.11.0 4f89582
  • reset to latest published version b68318c
  • set model earlier 1e8f64e
  • Merge branch 'main' into fi-v0.11.0 963bc47
  • add link to changelog 19567c2
  • add npm publishing steps 2936b8a
  • bump version 0164e9d
  • update changelog 1348c4d
  • linting fix 44aeb8f
  • revert back to 1byte as default ccb493e
  • update tests 32f7fa0
  • linter said no 65dbc17
  • add test for perVisit model using 1byte e0fe049
  • update tests to check perVisit function 60a512f
  • add new perVist function to SWD model a01b54f
  • create new tests for perVisit function 19de837
  • add test for perVisit function 9de8228
  • add comment a7166dd
  • remove converting model to lowercase 0dd2c82
  • update test to check for SWD as default 129787f
  • let the linter fix things b9ac875
  • allow 1byte to be passed in as model property 55173f1
  • default to the SWD model 9408068
  • check for lowercase model name 122c1f4
  • simplify the co2 constructor 7ef901f
  • Merge branch 'main' into fi-v0.11.0 526738b
  • update demo to explicitly pass model variable 80a681e
  • switch to SWD as default with the option to pass model parameter to use 1byte bda29a3
  • remove unused import b0f48e3
  • update test to use model parameter for 1byte, none for SWD a73a3da
  • add link to docs f7f57b2
  • update readme with new installation and build instructions b898759
  • enable in browser preview to work when loaded in gitpod f8e138b
  • Use base 10 (1000) vs base 2 (1024) for network calcs 7b44af0
  • describe version used in demo 51f1559
  • add gitpod config file to build library and open preview in browser 5afa9b1
  • update demo 2c46205
  • output iife version to /dist 0c74dd6
  • Tidy up for linter, update gitignore for demo 3ed7796
  • Add demo html 5a1fc54
  • Add esbuild configs for different runtimes 6154e57
  • Switch to ES import syntax from commonjs b3b2524
  • Add notes for changelog db5cb16
  • Switch to ES import syntax from commonjs 4d924d6
  • Run tests on updates to v0.10.0 branch 6431a88
  • Update github action and linting command e7467dd

https://github.com/thegreenwebfoundation/co2.js/compare/v0.10.2...v0.10.3

Consumption - Computation and Communication - JavaScript
Published by fershad over 2 years ago

co2.js - v0.10.2 switchable models with strings

  • Please the linter. 5583c2d
  • Allow setting the 'SWD' model with a string 640b024
  • 0.10.1 de03c70

https://github.com/thegreenwebfoundation/co2.js/compare/v0.10.1...v0.10.2

Consumption - Computation and Communication - JavaScript
Published by mrchrisadams over 2 years ago

co2.js - v0.10.1 CO2.js goes hybrid

This release is intended to be API compatible with previous releases, but is a hybrid npm module, which now explicitly targets three kinds of platforms with three separate builds

  1. A browser build using an IIFE
  2. A CommonJS compatible build for pre-ESM versions of nodejs
  3. An ES Modules compatible build for modern, ESM compatible javascript runtimes

Full list of changes

  • Appease the linter 0af64aa
  • Add extra documentation for sanity checking numbers 91360b6
  • Clear out v8 vs v9 calcs f8940f5
  • add link to docs a15b3c2
  • update readme with new installation and build instructions caefcfc
  • enable in browser preview to work when loaded in gitpod a854402
  • Use base 10 (1000) vs base 2 (1024) for network calcs 929949a
  • describe version used in demo 80c0148
  • add gitpod config file to build library and open preview in browser 4bcda6d
  • update demo b48a88b
  • output iife version to /dist e954d6b
  • Tidy up for linter, update gitignore for demo 5a40286
  • Add demo html 0cd8a4a
  • Add esbuild configs for different runtimes f8da869
  • Switch to ES import syntax from commonjs b751fd5
  • Add notes for changelog 50c0956
  • Switch to ES import syntax from commonjs 23880ba
  • Run tests on updates to v0.10.0 branch d404535
  • Update github action and linting command b547257
  • Refactor: Swap url.parse() for WHATWG URL 95075f5
  • Summarise SWD constant change in the changelog 7821a4e
  • Fix other tests dependent on the updated constants cdd43ca
  • Switch the constants to match the SWD page 104fb08
  • Obey the damn linter b043297
  • Whack up the logging for sanity checking cf38d3b
  • Get tests passing with Dryden's new query 3cadafd
  • Move assertion beneath co2 calcs ca74b84
  • refactor(swd): adding comment a0ec959
  • refactor(swd): updating swd test with co2grams comparison 4d42206
  • feat(swd): adding old calculations for comparison 2c114b9
  • chore: remove empty inline comments 71a2cf8
  • test: enable jest rules; fix linting errors 450daca
  • test(sustainable-web-design): remove already declared variable 95dd2b5
  • refactor: replace unnamed functions with arrow callbacks 566f34c
  • build(deps): bump deps; remove unused minimist dep b893b98
  • ci: reduce workflow permissions to minimum f7e0c38
  • chore(.npmignore): reduce package size a1f426b
  • ci: bump github actions 4a8737a

https://github.com/thegreenwebfoundation/co2.js/compare/v0.9.0...v0.10.1

Consumption - Computation and Communication - JavaScript
Published by mrchrisadams over 2 years ago

co2.js - The first Sustainable Web Design model release

https://github.com/thegreenwebfoundation/co2.js/compare/v0.9.0-0...v0.9.0

Consumption - Computation and Communication - JavaScript
Published by mrchrisadams almost 3 years ago

co2.js - v0.9.0-0 - pre-release

This is a pre-release before we release co2.js 0.9.0 in the coming days as a way to check compatibility.

Please raise an issue if things break

  • Improve documentation on the energyPerVisitByComponent method d9f7f66
  • Tidy up comments, add query about one method aa3809f
  • Obey the linter gods 943bb38
  • Refactor perByte 7e197a3
  • Fix with the linter 442170c
  • Add check for carbon intensity value aa543e7
  • Adjust values to account for using renewable, green results ee48b2f
  • Fix typos in changelog and list changes 3dc3743
  • Update CO2 class to use either the oneByte or SWD model 60f404f
  • Obey the linter 5a6f7d1
  • Update tests, move logic from CO2 to 1byte model 1e29c65
  • Bump minimist from 1.2.5 to 1.2.6 7c4db97
  • Update changelog 967ca82
  • Remove reference to IEA on main readme 4b1d1d8
  • Update documentation introducing second SWD model 406e49d
  • Use the global CO2 figures from Ember, not IEA 033215b
  • Upate README, and changelog, add diagram 396aebb
  • Bump simple-get from 4.0.0 to 4.0.1 029f514
  • Bump simple-get from 4.0.0 to 4.0.1 4610cd6
  • refactor: fixing linting errors 101232c
  • refactor: updating GLOBAL_INTENSITY figure from 475 => 440 fd55085
  • refactor: fix typos, update energy variables and order, add reference comments 1956ea8
  • refactor: changing class name a18a8c0
  • refactor: changing class name 90b5bc5
  • refactor: removing beforeEach a093200
  • refactor: fixing linting acfd795
  • refactor: removing dynamic values 06040ed
  • refactor: remove averages helper 4931807
  • refactor: fixing linting 1100d72
  • refactor: adding comment to file f65f576
  • refactor: making energyPerVisit args dynamic 47eaa8d
  • refactor: removing unused code 0eebe5c
  • feature: add sustainable web design modle 8c84043

https://github.com/thegreenwebfoundation/co2.js/compare/v0.8.0...v0.9.0-0

Consumption - Computation and Communication - JavaScript
Published by mrchrisadams about 3 years ago

co2.js -

  • Obey the linter 48358df
  • Include the one byte model source spreadsheets 870e67d
  • Update tests to reflect updated numbers c1c08a6
  • Fix linting issues 11dba7c
  • Merge pull request #44 from soulgalore/read-gzipped-json 34d023d
  • merge e94968e
  • revert c58fa73
  • Rename the database c726687
  • Update dependencies 0a0248e
  • Read JSON blob also as gzipped. b316845

https://github.com/thegreenwebfoundation/co2.js/compare/v0.7.0...v0.8.0

Consumption - Computation and Communication - JavaScript
Published by mrchrisadams over 3 years ago

co2.js -

  • Update changelog for new release 4b32beb
  • docs(*): minor updates to README 3196feb
  • Removed extra g 336fcae
  • Use latest PageXray deeb386
  • remove comment 38a5c52
  • Use local database for test. 95808ca
  • Use nock to mock the API response 478f6d7
  • Bump ini from 1.3.5 to 1.3.7 7151d95
  • Update dependencies, please the linter 86ee87a
  • Update documentation and start using main branch d017ffa
  • Use GitHub Actions for tests instead of Travis. 0602f6d
  • Bump url2green version, fix tests cd16956
  • Updates README with information on how to use the tool in a browser 0758adc
  • Merge pull request #26 from thegreenwebfoundation/dependabot/npm_and_yarn/lodash-4.17.19 813fe27
  • Merge pull request #25 from thegreenwebfoundation/dependabot/npm_and_yarn/minimist-1.2.3 4f7a46c
  • Bump lodash from 4.17.15 to 4.17.19 c18696d
  • Bump minimist from 1.2.2 to 1.2.3 6b33279
  • Fix type in the readme 08d78c9
  • Merge pull request #24 from thegreenwebfoundation/dependabot/npm_and_yarn/minimist-1.2.2 d843e8b
  • Bump minimist from 1.2.0 to 1.2.2 d4a1ef9
  • Update package.json for minimist d04ff73
  • Relax dev dependencies pinning. cdd007b
  • Bump acorn from 6.4.0 to 6.4.1 2bb2e8b

https://github.com/thegreenwebfoundation/co2.js/compare/v0.6.1...v0.7.0

Consumption - Computation and Communication - JavaScript
Published by mrchrisadams over 3 years ago

co2.js -

  • Document the fixed added 884c3a1
  • Make the loadJSON function available on hosting e2429ff

https://github.com/thegreenwebfoundation/co2.js/compare/v0.6.0...v0.6.1

Consumption - Computation and Communication - JavaScript
Published by mrchrisadams about 5 years ago

co2.js -

This release slims back the co2 module to remove the dependency on sqlite that better-sqlite brought in.

It should result in faster installs, and a simpler dependency tree.

https://github.com/thegreenwebfoundation/co2.js/compare/v0.5.0...v0.6.0

Consumption - Computation and Communication - JavaScript
Published by mrchrisadams about 5 years ago