Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Version 3.0.0

Latest
Compare
Choose a tag to compare
@danisyellis danisyellis released this 01 Oct 10:37
· 17 commits to main since this release
e594ef1

We just did a large refactor of the code. Mostly it just made the code cleaner - more readable and easier to work with.

As part of that, refactor, we moved from using stdin to fs.readFileSync, so, the reason for a new version:

  • THE COMMAND TO RUN STARFISH HAS CHANGED. Instead of node index.js < {path/to/CSVfile}.csv {date1} {date2} you'll use node index.js {date1} {date2} {path/to/CSVfile}.csv.

If that's confusing, you can check out the CHANGELOG announcement in the Discussions tab, or take a look in the README for more info, or create a new Discussion with your questions.

This version also has some fixes for recent security vulnerabilities, so it's worth pulling in the new code and running npm ci before using Starfish.