
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.
[](https://travis-ci.org/stefdelec/gitool) [](https://www.npmjs.com/package/gitool)
Gitool helps you always have the right format for your commit message. Following https://www.conventionalcommits.org/en/v1.0.0-beta.2/
any gitool command can be called with gitool or gt
For last one:
gitool --checkCommit
For last 3
gitool --checkCommit --last=3
or gitool -c -l=3
or gitool -cl=3

gitool --prettyPrint
gitool -p (groupBy type by default)
gitool -p groupBy='type'
gitool -pg='type'
gitool -pg='scope'
gitool -pg='scope' --tag=3
gitool -pg='type' --tag=3 --filters='feat|fix'

gitool -p --tag output commits from last tag
Output a file:
gitool -po=releasechangelogNote.md'
gitool -p --output=changelog.md'
example of this repo here
Add this in your package.json
"prepublish": "gitool -pao=changelog.md --tag=1
gitool --messageComposer --test to test the functionality
or gitool -mt
and
gitool --messageComposer to make a real commit
gitool --m to make a real commit

FAQs
[](https://travis-ci.org/stefdelec/gitool) [](https://www.npmjs.com/package/gitool)
The npm package gitool receives a total of 8 weekly downloads. As such, gitool popularity was classified as not popular.
We found that gitool 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.

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.