
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
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`.
The npm package git-account receives a total of 9 weekly downloads. As such, git-account popularity was classified as not popular.
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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.