Socket
Socket
Sign inDemoInstall

@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.1 to 1.2.0

6

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

@@ -39,3 +39,5 @@ "keywords": [

"jest": {
"setupFilesAfterEnv": ["jest-extended"],
"setupFilesAfterEnv": [
"jest-extended"
],
"testTimeout": 30000

@@ -42,0 +44,0 @@ },

@@ -60,2 +60,8 @@ const compareFunc = require('compare-func');

// Remove port from host URI
if (typeof context.host === 'string') {
context.host = context.host.match(/(^https?:\/\/[a-z.-]*)/)[0];
}
// Take issue url from package.json
const issueUrl = context.packageData.bugs && context.packageData.bugs.url;

@@ -62,0 +68,0 @@

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