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

@lmc-eu/conventional-changelog-lmc-bitbucket

Package Overview
Dependencies
Maintainers
5
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lmc-eu/conventional-changelog-lmc-bitbucket - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "@lmc-eu/conventional-changelog-lmc-bitbucket",
"version": "1.1.0",
"version": "1.1.1",
"description": "conventional-changelog LMC preset for BitBucket",

@@ -5,0 +5,0 @@ "keywords": [

@@ -7,3 +7,3 @@ const compareFunc = require('compare-func');

const parserOpts = {
headerPattern: /^([a-zA-Z]*-[0-9_]*)? ?([\w ]*)(?:\((.*)\))?: (.*)$/,
headerPattern: /^(?:Pull request #[0-9]+: )?([a-zA-Z]*-[0-9_]*)? ?([\w ]*)(?:\((.*)\))?: (.*)$/,
headerCorrespondence: ['body', 'type', 'scope', 'subject'],

@@ -10,0 +10,0 @@ noteKeywords: ['BREAKING CHANGE', 'BREAKING CHANGES'],

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