
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
gitmoji-changelog
Advanced tools
Generate changelog for repositories using gitmoji commits convention.
Prerequisites:
npm install -g gitmoji-changelog
cd my-project
gitmoji-changelog
If CHANGELOG.md
file doesn't exist, it will generate all previous changelog based on semver tags of your repo.
If CHANGELOG.md
file already exists, this will not overwrite any previous changelog, it will generate a changelog based on commits since the last semver tag that match.
All available commands and parameters can be listed using: gitmoji-changelog --help
Here an example output: CHANGELOG.md
Here the recommended workflow to generate your changelog file using gitmoji-changelog
:
Important: Before generating, be sure to have all tags locally (e.g. git fetch origin
)
git commit -m ":sparkles: my awesome feature"
1.0.0
) in package.json
using semver conventiongitmoji-changelog
, then the file CHANGELOG.md
is created or updated with all changespackage.json
and CHANGELOG.md
filegit tag -a v1.0.0 -m "v1.0.0"
(or create a Github release)git push
gitmoji-changelog --help
2.3.0 (2022-01-04)
<a name="2.2.1"></a>
FAQs
Gitmoji Changelog CLI
The npm package gitmoji-changelog receives a total of 1,214 weekly downloads. As such, gitmoji-changelog popularity was classified as popular.
We found that gitmoji-changelog demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.