
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.
git commit but cuter ✨
Gimmit is nothing more than tiny little opinionated terminal prompt to hopefully make mundane commit messages a bit more joyful (or more meaningful, if you want).
You'd still use your regular git commands, you can just use gimmit instead of your everyday git commit.
See below 🌅

Opinionated? Whuuu? The emojis are curated by yours truly. There is a "Random" commit that selects from a pool of curated™ gimmit emojis 😘
Assuming you already have git cli installed on your machine: simply install globally via npm instal -g gimmit or yarn global add gimmit.
Once installed, You can now simply type gimmit when you want to make a commit to your repo and just follow the prompts.
Just make a .gimmitrc.json in your root directory.
You can pass in your own options for both commit flavors and the pool of emoji the random function selects from.
Note: The random option is always the first option even though you pass in your own set.
// .gimmitrc.json
{
"options": [
{
"label": "Custom option",
"emoji": "🦄"
}
],
"emojiPool": [
"🐙",
"🌻"
]
}
You can have fun with this! You can replace the emoji with anything: say, you want to have consistent "labeled" commits in your team, or just for yourself, then you can do something like:
// .gimmitrc.json
{
"options": [
{
"label": "Visual Design",
"emoji": "[VISUAL]"
}, {
"label": "Final final",
"emoji": "[FINALFINALv3]",
}
],
"emojiPool": [
"[I ATE BANANA]",
"[GIMME BURGER]"
]
}
Have fun!
Peace and love 💖
FAQs
Git commit but cuter
The npm package gimmit receives a total of 20 weekly downloads. As such, gimmit popularity was classified as not popular.
We found that gimmit 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.