
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
web-fe-commitlint
Advanced tools
web-fe-commitlintGit 规范
支持配套的 commitlint 配置,用于对 git commit message 进行校验。
使用时,需要安装 @commitlint/cli:
npm install web-fe-commitlint @commitlint/cli --save-dev
在 commitlint.config.js 中集成本包:
module.exports = {
extends: ['code'],
};
可通过 husky 设置在 git commit 时触发 commitlint。
首先安装 husky:
npm install husky --save-dev
然后执行添加commit-msg:
npx husky add .husky/commit-msg 'npx commitlint --edit $1'
更多信息可参考 commitlint 文档。
FAQs
Git规范 Web前端规范
The npm package web-fe-commitlint receives a total of 0 weekly downloads. As such, web-fe-commitlint popularity was classified as not popular.
We found that web-fe-commitlint demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.