
Research
/Security News
Toptal’s GitHub Organization Hijacked: 10 Malicious Packages Published
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
@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 786 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 3 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
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Research
/Security News
Socket researchers investigate 4 malicious npm and PyPI packages with 56,000+ downloads that install surveillance malware.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.