
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
@open-sauced/conventional-commit
Advanced tools
This package is binary and doesn't require installation however you can add it to your repository as a devDependency
:
npm install --save-dev @open-sauced/conventional-commit
All you have to do is run the script next to your package.json
:
npx @open-sauced/conventional-commit
# or
npx conventional-commit
The most common use case for this package is to run it instead of the git commit
command inside your npm
scripts:
{
"scripts": {
"push": "npx @open-sauced/conventional-commit"
}
}
or
{
"scripts": {
"push": "npx conventional-commit"
}
}
If you want to ensure local-only usage:
{
"scripts": {
"push": "conventional-commit"
}
}
We encourage you to contribute to Open Sauced! Please check out the Contributing guide for guidelines about how to proceed.
If you decide to fix a bug, make sure to use the conventional commit available at:
npm run push
Got Questions? Join the conversation in our Discord.
Find Open Sauced videos and release overviews on our YouTube Channel.
MIT © Open Sauced
FAQs
Unknown package
We found that @open-sauced/conventional-commit demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.