
Research
NPM targeted by malware campaign mimicking familiar library names
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
git-user-switch
Advanced tools
Switch git user and email at ease.
npm i -g git-user-switch
Usage: git-user [options]
Switch git users quickly. Switches locally by default
Options:
-V, --version output the version number
-g, --global Switch global git user
-d, --delete Delete a git user from the listing
-r, --reset Deletes all data and resets
-h, --help display help for command
In case this messes up any of your git configs because of bad input. Just edit:
Global : ~/.gitconfig
Local Project : project/.git/config
[user]
email = geongeorgexyz@gmail.com
name = Geon George
You can additionally reset the cli data store by running:
git-user -r
FAQs
Switch git user quickly
The npm package git-user-switch receives a total of 10 weekly downloads. As such, git-user-switch popularity was classified as not popular.
We found that git-user-switch 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.
Research
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
Research
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.