
Security News
Socket Releases Free Certified Patches for Critical vm2 Sandbox Escape
A critical vm2 sandbox escape can allow untrusted JavaScript to break isolation and execute commands on the host Node.js process.
@ty-lerscott/conventional-commit
Advanced tools
🚀 Introducing @ty-lerscott/conventional-commit: A Conventional Commit Formatter! 🌟 Streamline your git workflow with @ty-lerscott/conventional-commit, the tool that brings industry-standard commit formatting to your fingertips. 🔧💻 Craft commits like
A Conventional Commit Formatter 💫🚀
@ty-lerscott/conventional-commit is a delightful CLI tool that automatically formats your commits according to the Conventional Commit specification, ensuring consistency and reliability in your version control history 🌟✨
To install @ty-lerscott/conventional-commit globally, run:
> npm i @ty-lerscott/conventional-commit -g
Make sure you have the following installed:
You can either use a conventional-commit.json file or a package.json file
"conventional": {
"scope": "VALUE", // optional
"prompt": false, // optional (default: true)
"types": {
"KEY": "VALUE", // optional
}
}
The conventional object in your package.json file allows you to configure certain aspects of the Conventional Commit Formatter. Here's a breakdown of the available options:
There are two ways to use this cli tool, they do the same thing
> commit [option(s)]
or
> cc [option(s)]
In its most simple usage, this will generate a commit message following the Conventional Commit format, making your version control workflow a breeze 🌈💻
> <type>(<scope>)!: <message>
The following options are available when using @ty-lerscott/conventional-commit:
You can use these options to customize your commit messages and streamline your development process.
@ty-lerscott/conventional-commit is licensed under the MIT License.
Contributions and feedback are welcome! Feel free to submit issues or pull requests on GitHub.
This project is maintained by @ty-lerscott.
For any inquiries, please contact ty@lerscott.com.
FAQs
🚀 Introducing @ty-lerscott/conventional-commit: A Conventional Commit Formatter! 🌟 Streamline your git workflow with @ty-lerscott/conventional-commit, the tool that brings industry-standard commit formatting to your fingertips. 🔧💻 Craft commits like
We found that @ty-lerscott/conventional-commit 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
A critical vm2 sandbox escape can allow untrusted JavaScript to break isolation and execute commands on the host Node.js process.

Research
Five malicious NuGet packages impersonate Chinese .NET libraries to deploy a stealer targeting browser credentials, crypto wallets, SSH keys, and local files.

Security News
pnpm 11 turns on a 1-day Minimum Release Age and blocks exotic subdeps by default, adding safeguards against fast-moving supply chain attacks.