Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

conventional-commit-types

Package Overview
Dependencies
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conventional-commit-types

List of conventional commit types.

  • 3.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
860K
decreased by-15.28%
Maintainers
4
Weekly downloads
 
Created

What is conventional-commit-types?

The conventional-commit-types npm package provides a standardized set of commit types for use in conventional commits. This helps in maintaining a consistent commit history, which is useful for automated versioning and changelog generation.

What are conventional-commit-types's main functionalities?

List Commit Types

This feature allows you to list all the conventional commit types available in the package. The code sample demonstrates how to import the package and log the available commit types.

const commitTypes = require('conventional-commit-types');
console.log(commitTypes.types);

Get Commit Type Description

This feature allows you to get the description of a specific commit type. The code sample shows how to retrieve the description for the 'feat' commit type.

const commitTypes = require('conventional-commit-types');
console.log(commitTypes.types['feat'].description);

Other packages similar to conventional-commit-types

FAQs

Package last updated on 21 Dec 2019

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc