
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
git-add-interactive
Advanced tools
Leverages the blessed library to provide an alternative to git add -i, giving the ability to dynamically add/remove files of the next commit.
You first need to install git-add-interactive for being able to run it :
yarn global add git-add-interactive
You can then simply run git-add-interactive from your project root folder or add an alias to git doing :
git config --global alias.add-interactive "!git-add-interactive"
git-add-interactive is yet able to :
Each file that will be displayed with a ✓ has been either already staged before or will be after pressing enter. Navigate with the up and down arrows of your keyboard and press press to trigger the selection of a file. You can also use ctrl + a to automatically trigger all files. Press then Enter to apply the changes.
You can also press d to show the diff of the file. Any other key press will hide the diff window. This diff window is also scrollable and draggable.
Press ctrl + c or q to leave the interface.

Feel free to let me know and I will fix the issues as far as I can.
FAQs
Dynamically stage files to git
We found that git-add-interactive demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.