Security News
The Risks of Misguided Research in Supply Chain Security
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
@open-turo/commitlint-config-conventional
Advanced tools
This is an extension of the rules within @commitlint/config-conventional for the purposes of overriding certain values as deemed necessary. Those rules that this module is overriding are noted here:
body-max-line-length
Increased to 300 characters to allow for commit messages that would otherwise exceed the 100 character limit.The following commands will install this module for your Node.js based project if you are using npm
or yarn
, via the project's package.json
file.
npm install --include=dev @open-turo/commitlint-config-conventional
yarn add @open-turo/commitlint-config-conventional -D
To make use of this module, simply include it in your conventional .commitlintrc.yaml
file, as depicted below:
extends:
- "@open-turo/commitlint-config-conventional"
FAQs
open-turo version of config-conventional
The npm package @open-turo/commitlint-config-conventional receives a total of 309 weekly downloads. As such, @open-turo/commitlint-config-conventional popularity was classified as not popular.
We found that @open-turo/commitlint-config-conventional 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
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.