Research
Security News
Kill Switch Hidden in npm Packages Typosquatting Chalk and Chokidar
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
@open-turo/commitlint-config-conventional
Advanced tools
open-turo version of config-conventional
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.
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.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.