Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@medijobs/conventional-commit
Advanced tools
Git commit binary powered by commitizen with conventional commit standard
Never miss a conventional commit with commitizen running on npx.
This package is binary and doesn't require installation however you can add it to your repository as a devDependency
:
npm install --save-dev @medijobs/conventional-commit
All you have to do is run the script next to your package.json
:
npx @medijobs/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 @medijobs/conventional-commit"
}
}
or
{
"scripts": {
"push": "npx conventional-commit"
}
}
If you want to ensure local-only usage:
{
"scripts": {
"push": "conventional-commit"
}
}
If you decide to fix a bug, make sure to use the conventional commit available at:
npm run push
FAQs
Git commit binary powered by commitizen with conventional commit standard
The npm package @medijobs/conventional-commit receives a total of 36 weekly downloads. As such, @medijobs/conventional-commit popularity was classified as not popular.
We found that @medijobs/conventional-commit demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.