New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@namics/commitlint-conventional-changelog

Package Overview
Dependencies
Maintainers
8
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@namics/commitlint-conventional-changelog

Shareable commitlint config enforcing conventional commits

latest
Source
npmnpm
Version
1.2.4
Version published
Weekly downloads
167
1.83%
Maintainers
8
Weekly downloads
 
Created
Source

@namics/commitlint-conventional-changelog npm version

Shareable commitlint config enforcing convention commits.

Usage

npm install --save-dev husky @commitlint/cli @namics/commitlint-conventional-changelog

package.json

  ...
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
	},
	...
  },
  "commitlint": {
    "extends": [
      "@namics/commitlint-conventional-changelog"
    ]
  },
  ...

License

MIT License

FAQs

Package last updated on 18 Nov 2022

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