Security News
Research
Supply Chain Attack on Rspack npm Packages Injects Cryptojacking Malware
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
conventional-changelog-beemo
Advanced tools
Conventional changelog preset for Beemo and associated projects.
conventional-changelog > beemo preset
Beemo's commit message guidelines and changelog structure.
The commit message format consists of a type, optional scope, and a message:
<type>: <message>
<type>(<scope>): <message>
The type is a way to group commits and flag semver changes. The following types must be used when prefixing your commit message.
break
- A major breaking change.release
- Not a breaking change but bumps the major version.new
- Introduces a new feature.update
- Updates an existing feature.feature
- Both a new and update.fix
- Fixes existing functionality.docs
- Updates documentation.style
- Updates visual styles, like CSS.security
- Improves security.revert
- Reverts previous or broken code.misc
- Catch all for commits that don't align with other types.ci
- Changes to the CI pipeline.build
- Changes to the build system.test
- Changes to tests or the testing framework.internal
- Internal changes not critical for the consumer.The scope is optional but useful in defining granularity in a commit message. Scope is ideally used
to target a specific feature or module within the project, for example:
new(Button): Add a new Button component
.
Scopes will appear in the changelog before each line item.
The message contains a succinct description of the change:
Given the following commit messages:
new(Button): Add new Button component
update(Model): Refactor accessibility support
ci: Add DangerJS to pipeline
test: Add missing tests for a handful of files
fix(auth): Fixed a bug with the authentication flow
Would generate the following changelog:
FAQs
Conventional changelog preset for Beemo and associated projects.
The npm package conventional-changelog-beemo receives a total of 932 weekly downloads. As such, conventional-changelog-beemo popularity was classified as not popular.
We found that conventional-changelog-beemo 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
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.
Security News
Sonar’s acquisition of Tidelift highlights a growing industry shift toward sustainable open source funding, addressing maintainer burnout and critical software dependencies.