
Security News
Security Community Slams MIT-linked Report Claiming AI Powers 80% of Ransomware
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.
conventional-changelog-anansi
Advanced tools
A concrete implementation of the specification described at conventionalcommits.org for automated CHANGELOG generation and version management.
# yarn
yarn add -D conventional-changelog-conventionalcommits
# pnpm
pnpm add -D conventional-changelog-conventionalcommits
# npm
npm i -D conventional-changelog-conventionalcommits
Use the Conventional Changelog CLI Usage with the -p conventionalcommits option.
If you want to use this package directly and pass options, you can use the Conventional Changelog CLI Usage and with the --config or -n parameter, pass a js config that looks like this:
import createPreset from 'conventional-changelog-conventionalcommits'
createPreset({
  issuePrefixes: ['TEST-'],
  issueUrlFormat: 'https://myBugTracker.com/{{prefix}}{{id}}'
}).then((config) => {
  // do something with the config
})
or json config like that:
{
  "options": {
    "preset": {
      "name": "conventionalcommits",
      "issuePrefixes": ["TEST-"],
      "issueUrlFormat": "https://myBugTracker.com/{{prefix}}{{id}}"
    }
  }
}
This last json config way passes the preset object to the conventional-changelog-preset-loader package, that in turn, passes this same preset object as the config for the conventional-changelog-conventionalcommits.
See conventional-changelog-config-spec for available configuration options.
| Option | Description | 
|---|---|
| ignoreCommits | Ignore commits that match the provided regex. | 
| types | An array of types to include in the changelog. Default value can be accessed from DEFAULT_COMMIT_TYPESexport. | 
| bumpStrict | If set to true, the version will be bumped only if there are breaking changes or if the commit type is in thetypesarray. Default value isfalse. | 
| scope | Scope name to filter commits. By default, commits without scope are included. | 
| scopeOnly | If set to true, only commits with the specified scope will be included. Default value isfalse. | 
FAQs
Conventionalcommits.org preset for anansi.
We found that conventional-changelog-anansi demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.

Research
/Security News
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.