
Security News
Open Source CAI Framework Handles Pen Testing Tasks up to 3,600× Faster Than Humans
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
@types/conventional-changelog
Advanced tools
TypeScript definitions for conventional-changelog
npm install --save @types/conventional-changelog
This package contains type definitions for conventional-changelog (https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog#readme).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/conventional-changelog.
/// <reference types="node" />
import conventionalChangelogCore from "conventional-changelog-core";
import { Context as WriterContext } from "conventional-changelog-writer";
import { Commit } from "conventional-commits-parser";
import * as Stream from "stream";
/**
* Returns a readable stream.
*
* @param options
* @param context
* @param gitRawCommitsOpts
* @param parserOpts
* @param writerOpts
*/
declare function conventionalChangelog<
TCommit extends Commit = Commit,
TContext extends WriterContext = conventionalChangelogCore.Context,
>(
options?: Options<TCommit, TContext>,
context?: Partial<TContext>,
gitRawCommitsOpts?: conventionalChangelogCore.GitRawCommitsOptions,
parserOpts?: conventionalChangelogCore.ParserOptions,
writerOpts?: conventionalChangelogCore.WriterOptions<TCommit, TContext>,
): Stream.Readable;
declare namespace conventionalChangelog {
/**
* See the [conventional-changelog-core](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-core)
* docs. The API is the same with the following changes or additions:
*/
interface Options<TCommit extends Commit = Commit, TContext extends WriterContext = WriterContext>
extends conventionalChangelogCore.Options<TCommit, TContext>
{
/**
* It's recommended to use a preset so you don't have to define everything
* yourself. Presets are names of built-in `config`.
*
* A scoped preset package such as `@scope/conventional-changelog-custom-preset`
* can be used by passing `@scope/custom-preset` to this option.
*
* @remarks
* `options.config` will be overwritten by the values of preset. You should use
* either `preset` or `config`, but not both.
*/
preset?: string | undefined;
}
}
type Options<TCommit extends Commit = Commit, TContext extends WriterContext = WriterContext> =
conventionalChangelog.Options<TCommit, TContext>;
export default conventionalChangelog;
These definitions were written by Jason Kwok.
FAQs
TypeScript definitions for conventional-changelog
The npm package @types/conventional-changelog receives a total of 4,745 weekly downloads. As such, @types/conventional-changelog popularity was classified as popular.
We found that @types/conventional-changelog 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
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.