
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
@nake/commitlint-config
Advanced tools
Shareable commitlint configuration used by nake applications
Use npx to install peerdeps automatically or install peerDependencies with npm/yarn manually.
# Install with npx
$ npx install-peerdeps --dev @nake/commitlint-config
# Install with yarn
$ yarn add --dev @commitlint/cli @nake/commitlint-config
Reference it in your package.json:
{
"name": "nake-project",
"version": "1.0.0",
"commitlint": {
"extends": ["@nake/commitlint-config"]
}
}
You can override configs aflter require module in commitlint.config.js.
module.exports = {
extends: ['@nake/commitlint-config'],
// Override commitlint rules below
rules: {},
};
MIT
FAQs
Shareable commitlint configuration used by nake applications
We found that @nake/commitlint-config 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.