
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
@owngames/conventional-gitmoji
Advanced tools
gitmoji and conventional-commits configured for semantic-release.conventional-changelog plugin for semantic-release.yarn install @owngames/conventional-gitmoji
import { releaseRules, typeSpecs, types } from '@owngames/conventional-gitmoji`
releaseRules: informs @semantic-release/commit-analyzertypeSpecs: informs @owngames/release-notes-generator (via writerOpts)
@hack: This informs three different ways to ensure we catch the change from gitmoji to conventionaltypes: informs @owngames/git-cz for the gitmoji theme. [
'@semantic-release/commit-analyzer',
{
config: '@owngames/conventional-gitmoji',
releaseRules,
},
]
[
'@owngames/release-notes-generator',
{
config: '@owngames/conventional-gitmoji',
},
]
This maps gitmoji to an equivalent conventional-commit.
⚗️ Example(s):
featfixhotfixThis expands on the original conventional-commits nomenclature to account for the multitude coming from gitmoji
⚗️ Example(s):
alembic (emoji code)experiement (conventional)clown-face (emoji code)mock (conventional)rotating-light (emoji code)lint (conventional)Adds semver to each type to inform @owngames/semantic how to handle each commit type (and if it is a convential branch type).
⚗️ Example(s):
{
"experiment": {
"branch": false,
"code": ":alembic:",
"commit": "experiment",
"description": "Perform experiments.",
"emoji": "⚗️",
"entity": "📸",
"name": "alembic",
"semver": "patch"
},
"feat": {
"branch": "feature",
"code": ":sparkles:",
"commit": "feat",
"description": "Introduce new features.",
"emoji": "✨",
"entity": "✨",
"name": "sparkles",
"semver": "minor"
},
"log-add": {
"branch": false,
"code": ":loud_sound:",
"commit": "log-add",
"description": "Add or update logs.",
"emoji": "🔊",
"entity": "🔊",
"name": "loud-sound",
"semver": null
}
}
📝️ Please Note: The values major|minor|patch are moving to breaking|feature|fix
FAQs
Helper package for dual gitmoji / conventional commits
The npm package @owngames/conventional-gitmoji receives a total of 1 weekly downloads. As such, @owngames/conventional-gitmoji popularity was classified as not popular.
We found that @owngames/conventional-gitmoji 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.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.