
Research
/Security News
11 Malicious NuGet Tools Pose as Game Cheats to Drop a Windows Host-Surveillance Payload
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.
@jsumners/git-user-config
Advanced tools
Do you use different user names and/or email for your github projects, work projects, private personal projects?
Then you use git config a lot.
With git-user-config you can save these different users globally and
configure a new repo with a single command using record identifiers.
No more misspelled email addresses and user names...
npm install -g git-user-config
git-user-config --add
Then follow instructions
Add new user record
Identifier: personal
Enter property names like `user.email`
Property name (none to end): user.name
Value: Joe Schmo
Property name (none to end): user.email
Value: joe@example.com
Property name (none to end):
record saved
git-user-config --set user1
This will call git config --local for each property of the user1
configuration.
$ git config -l | grep user
user.name=user 1
user.email=user_1@domain.com
git-user-config --list
{
"user1": {
"user.name": "user 1",
"user.email": "user_1@domain.com"
},
"user2": {
"user.name": "user 2",
"user.email": "user_2@domain.com"
}
}
git-user-config --remove user1
FAQs
Configure your git user for current repo
The npm package @jsumners/git-user-config receives a total of 7 weekly downloads. As such, @jsumners/git-user-config popularity was classified as not popular.
We found that @jsumners/git-user-config 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
/Security News
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.

Research
/Security News
4 compromised asyncapi packages deliver miasma botnet loader on macOS, Linux and Windows.

Research
/Security News
A compromised jscrambler npm release added a malicious preinstall hook that runs hidden native binaries on Linux, macOS, and Windows.