
Research
/Security News
Compromised npm Packages in the AsyncAPI Namespace Deliver Miasma Botnet Loader
4 compromised asyncapi packages deliver miasma botnet loader on macOS, Linux and Windows.
@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 --update user1
This will interactively allow updating of the user1 record. The process
works the same as --add user1. Any existing properties specified will be
overwritten, or removed if the new value is ~del~, and new properties will
be merged in.
git-user-config --remove user1
FAQs
Configure your git user for current repo
The npm package @jsumners/git-user-config receives a total of 8 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
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.

Research
/Security News
A malicious .NET package is typosquatting the Braintree SDK to steal live payment card data, merchant API keys, and host secrets from production apps.