Security News
JSR Working Group Kicks Off with Ambitious Roadmap and Plans for Open Governance
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
@tophat/commitizen-adapter
Advanced tools
A customized Commitizen adapter for commit message standardization and automatic semantic versioning.
A commitizen adapter that lets you interactively build commit messages using Top Hat's commit convention.
First, make sure you have commitizen installed and configured globally
npm install -g commitizen
Then install the Top Hat commitizen adapter:
Using Yarn
yarn add @tophat/commitizen-adapter --dev
or using npm
npm install @tophat/commitizen-adapter --save-dev
Add the following snippet to your package.json file
"config": {
"commitizen": {
"path": "./node_modules/@tophat/commitizen-adapter"
}
}
Alternatively, if you're using a .czrc
file, add this
{
"path": "@tophat/commitizen-adapter"
}
Running git cz
should now bring up an interactive prompt that lets you build commit messages
FAQs
A customized Commitizen adapter for commit message standardization and automatic semantic versioning.
The npm package @tophat/commitizen-adapter receives a total of 118 weekly downloads. As such, @tophat/commitizen-adapter popularity was classified as not popular.
We found that @tophat/commitizen-adapter 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
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
Security News
Research
An advanced npm supply chain attack is leveraging Ethereum smart contracts for decentralized, persistent malware control, evading traditional defenses.
Security News
Research
Attackers are impersonating Sindre Sorhus on npm with a fake 'chalk-node' package containing a malicious backdoor to compromise developers' projects.