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

conventional-changelog-conventionalcommits

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conventional-changelog-conventionalcommits - npm Package Compare versions

Comparing version 7.0.2 to 8.0.0

src/constants.js

37

package.json
{
"name": "conventional-changelog-conventionalcommits",
"version": "7.0.2",
"description": "conventional-changelog conventionalcommits.org preset",
"main": "index.js",
"type": "module",
"version": "8.0.0",
"description": "Conventionalcommits.org preset for conventional-changelog.",
"author": "Ben Coe",
"license": "ISC",
"homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-conventionalcommits#readme",
"repository": {
"type": "git",
"url": "https://github.com/conventional-changelog/conventional-changelog.git"
"url": "https://github.com/conventional-changelog/conventional-changelog.git",
"directory": "packages/conventional-changelog-conventionalcommits"
},
"bugs": {
"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
},
"keywords": [

@@ -15,21 +22,9 @@ "conventional-changelog",

],
"engines": {
"node": ">=18"
},
"exports": "./src/index.js",
"files": [
"utils.js",
"conventionalChangelog.js",
"conventionalRecommendedBump.js",
"index.js",
"parserOpts.js",
"writerOpts.js",
"templates",
"constants.js"
"src"
],
"author": "Ben Coe",
"engines": {
"node": ">=16"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/conventional-changelog/conventional-changelog/issues"
},
"homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-conventionalcommits#readme",
"dependencies": {

@@ -36,0 +31,0 @@ "compare-func": "^2.0.0"

# conventional-changelog-conventionalcommits
[![ESM-only package][package]][package-url]
[![NPM version][npm]][npm-url]
[![Node version][node]][node-url]
[![Dependencies status][deps]][deps-url]
[![Install size][size]][size-url]
[![Build status][build]][build-url]
[![Coverage status][coverage]][coverage-url]
[package]: https://img.shields.io/badge/package-ESM--only-ffe536.svg
[package-url]: https://nodejs.org/api/esm.html
[npm]: https://img.shields.io/npm/v/conventional-changelog-conventionalcommits.svg

@@ -18,3 +23,6 @@ [npm-url]: https://npmjs.com/package/conventional-changelog-conventionalcommits

[build]: https://img.shields.io/github/actions/workflow/status/conventional-changelog/conventional-changelog/ci.yaml?branch=master
[size]: https://packagephobia.com/badge?p=conventional-changelog-conventionalcommits
[size-url]: https://packagephobia.com/result?p=conventional-changelog-conventionalcommits
[build]: https://img.shields.io/github/actions/workflow/status/conventional-changelog/conventional-changelog/tests.yaml?branch=master
[build-url]: https://github.com/conventional-changelog/conventional-changelog/actions

@@ -47,3 +55,3 @@

```js
const createPreset = require('conventional-changelog-conventionalcommits')
import createPreset from 'conventional-changelog-conventionalcommits'

@@ -50,0 +58,0 @@ createPreset({

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