
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-account
Advanced tools
git-account adds user management feature to git. It makes you able to change user.name, user.email and private key at ease.
npm i -g git-account
$ git account <command> [<args>]
$ git account add
? ID uetchy
? Name Yasuaki Uechi
? Email y@uechi.io
? Private Key /Users/uetchy/.ssh/id_rsa
User created
KEY VALUE
id uetchy
name Yasuaki Uechi
email y@uechi.io
privateKey /Users/uetchy/.ssh/id_rsa
$ git account switch
? choose one Yasuaki Uechi <y@uechi.io>
Switched
$ git account status
KEY VALUE
name Yasuaki Uechi
email y@uechi.io
privateKey /Users/uetchy/.ssh/id_rsa
All config will be saved to ~/.git-account
status Show current status
list List users
switch [name] Switch user
exec Run command
add Add user
remove Remove user
help [cmd] display help for [cmd]
FAQs
git-account adds user management feature to `git`.
We found that git-account 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.