New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cobnl/conventional-changelog

Package Overview
Dependencies
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cobnl/conventional-changelog - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

2

package.json
{
"name": "@cobnl/conventional-changelog",
"version": "1.0.0",
"version": "2.0.0",
"description": "COBnL conventional-changelog preset",

@@ -5,0 +5,0 @@ "main": "./src/index.js",

@@ -35,3 +35,3 @@ var nodeReadFile = require('fs').readFile;

// eslint-disable-next-line no-process-env
var jiraURL = 'https://' + jiraCredentials + '@' + process.env.JIRA_URL + '/rest/api/latest/issue/';
var jiraURL = `https://${jiraCredentials}@${process.env.JIRA_URL}/rest/api/latest/issue/`;

@@ -52,3 +52,4 @@ var getIssue = function (key) {

summary: details.fields.summary,
priority: priorities[details.fields.priority.id]
priority: priorities[details.fields.priority.id],
url: `https://{process.env.JIRA_URL}/browse/${key}`
};

@@ -55,0 +56,0 @@

Sorry, the diff of this file is not supported yet

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