
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
autofill-commit-message
Advanced tools
Autofill commit message with keywords from branchname which matches the fixed format like @***.
npm i autofill-commit-message -D
You can put the jiraId on your branchname with asked format, then it will be automatically recognized and fill at end of your commit message for free what saves a lot of time for committing.
This plugin based on git hook commit-msg, and we recommend you use it with husky.
npm i -D husky
Autofill-commit-message meets two parameters。
One works for finding commit-msg file, please pass $HUSKY_GIT_PARAMS when use husky;
The other works for completing project which is not necessary when your branchname looks like feature@PROJECT-1234.
Branchname should obey the rules like below;
git checkout -b feature@Pro-1234 或 git checkout -b feature@1234
git commit -m 'fix: hotfix'

FAQs
auto fill commit message
We found that autofill-commit-message 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.