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.
@pega/commitlint-plugin
Advanced tools
Pegasystems front-end Commitlint plugin.
Allows scope to be restricted to a certain set of options, with custom separator and whitespace trimming support.
Setting enable to 'never'
instead disallows the provided scopes.
interface Config {
/** @default [] */
scopes?: string[];
/** @default /\\|\/|,/ */
separator?: string | RegExp;
/** @default false */
trim?: boolean;
}
Requires the header to contain a reference ID.
Setting enable to 'never'
instead disallows reference IDs in the header.
Allows reference actions to be restricted to a certain set of options.
Setting enable to 'never'
instead disallows to provided actions.
interface Config {
/** @default ['close', 'closes', 'closed', 'fix', 'fixes', 'fixed', 'resolve', 'resolves', 'resolved'] */
actions?: string[];
/** @default false */
caseSensitive?: boolean;
}
Enforces that references in each group appear in either ascending or descending order.
Setting enable to 'never'
will cause the rule to always pass.
interface Config {
/** @default ['#'] */
prefixes?: string[];
/** @default true */
ascending?: boolean;
}
Runs CSpell on the commit message, ignoring comment lines.
Setting enable to 'never'
will cause the rule to always pass.
FAQs
Pega front-end commitlint plugin.
The npm package @pega/commitlint-plugin receives a total of 442 weekly downloads. As such, @pega/commitlint-plugin popularity was classified as not popular.
We found that @pega/commitlint-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
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.