
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.
@tophat/conventional-changelog-config
Advanced tools
Top Hat's conventional changelog config for changelog generation
Top Hat's shareable configuration for conventional-changelog
Using Yarn:
yarn add @tophat/conventional-changelog-config --dev
Or using npm:
npm install @tophat/conventional-changelog-config --save-dev
Using Lerna:
lerna publish --skip-git --conventional-commits --changelog-preset @tophat/conventional-changelog-config --yes
Note: The lerna
above should be the path to your Lerna executable if
Lerna is not installed globally.
The changelog uses the commit message format from the Angular Convention.
The full list of commit types are listed here. However, only the following types will be included in the changelog generation.
This commit is a new feature.
Example:
feat: add bold and italics options to formatting toolbar
In the changelog, this may look like:
1.1.0 (2019-04-26)
------------------
Features
- add bold and italics options to formatting toolbar (#100) (1ab23c4)
This commit is a bug fix.
Example:
fix: adjust page preview height
In the changelog, this may look like:
1.1.1 (2019-04-26)
------------------
Bug Fixes
- adjust page preview height (#101) (z987y65)
This commit makes performance improvements.
Example:
perf: reduce number of re-renders in the preview
In the changelog, this may look like:
1.1.2 (2019-04-26)
------------------
Performance Improvements
- reduce number of re-renders in the preview (#103) (m56np7)
This commit reverts a specified commit.
Example:
revert: "feat: add bold and italics options to formatting toolbar (#100)"
This reverts commit 1ab23c4.
In the changelog, this may look like:
1.1.3 (2019-04-26)
------------------
Reverts
- add bold and italics options to formatting toolbar (1ab23c4)
This commit indicates that there is some major change that is non-backwards compatible and requires consumers to take action.
In the changelog, this may look like:
2.0.0 (2019-04-26)
------------------
Breaking Changes
- the formatter v2 endpoint has been deprecated (q12rs34)
FAQs
Top Hat's conventional changelog config for changelog generation
The npm package @tophat/conventional-changelog-config receives a total of 111 weekly downloads. As such, @tophat/conventional-changelog-config popularity was classified as not popular.
We found that @tophat/conventional-changelog-config 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.
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.