
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
Conventional commit message enforcer
msg-time checks that your commit message is a Conventional Commit. If it doesn't match the
spec, it will block the commit and print out a helpful error message (like commitlint).
It performs the same Conventional Commit checking but with a far smaller footprint.
When used with simple-git-hooks or
husky, it will block non-compliant commit messages.
Why not just use commitlint instead?
msg-time | commitlint |
|---|---|
| 0 deps | 200 nested deps |
| 26.5MB |
commitlint=@commitlint/cli+@commitlint/config-conventional
This package is available from the npm registry.
npm install --save-dev msg-time
husky:npx husky add .husky/commit-msg 'npx msg-time'
simple-git-hooks:{
"name": "your-package-json",
// ...
"simple-git-hooks": {
"commit-msg": "npx msg-time"
}
// ...
}
GitHub issues / PRs welcome.
Dev environment requires:
Apache-2.0
FAQs
Conventional commit message enforcer đ§
We found that msg-time 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.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: whatâs affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.