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

jira-changelog

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jira-changelog - npm Package Compare versions

Comparing version 1.6.1 to 1.6.2

4

dist/scripts/cli.js

@@ -20,3 +20,3 @@ #!/usr/bin/env node

var _htmlEntities = _interopRequireDefault(require("html-entities"));
var _htmlEntities = require("html-entities");

@@ -80,3 +80,3 @@ var _template = require("./template");

const entitles = new _htmlEntities.default.AllHtmlEntities();
const entitles = new _htmlEntities.AllHtmlEntities();
console.log(entitles.decode(changelogMessage)); // Post to slack

@@ -83,0 +83,0 @@

@@ -189,3 +189,3 @@ "use strict";

const rev5 = combinedMessages.find(i => i.revision === '5');
const expectSummary = ['rev 5', 'rev 2b', 'rev 2a'].join('\n');
const expectSummary = ['rev 5'].join('\n');
const expectFull = ['Full rev 5', 'Full rev 2b', 'Full rev 2a'].join('\n');

@@ -235,3 +235,3 @@ expect(rev5.summary).toEqual(expectSummary);

const rev5 = combinedMessages.find(i => i.revision === '5');
const expectSummary = ['rev 5', 'rev 2a'].join('\n');
const expectSummary = ['rev 5'].join('\n');
const expectFull = ['Full rev 5', 'Full rev 2a'].join('\n');

@@ -238,0 +238,0 @@ expect(rev5.summary).toEqual(expectSummary);

{
"name": "jira-changelog",
"version": "1.6.1",
"version": "1.6.2",
"description": "Generates a changelog by matching git commits to Jira tickets.",

@@ -23,21 +23,21 @@ "repository": "https://github.com/jgillick/jira-changelog",

"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"jest": "^25.1.0"
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"jest": "^25.3.0"
},
"dependencies": {
"commander": "^2.20.0",
"core-js": "^3.6.4",
"ejs": "^3.0.1",
"core-js": "^3.6.5",
"ejs": "^3.0.2",
"form-urlencoded": "^2.0.9",
"haikunator": "^2.1.1",
"html-entities": "^1.2.1",
"jira-client": "^6.14.0",
"haikunator": "^2.1.2",
"html-entities": "^1.3.1",
"jira-client": "^6.16.0",
"lodash": "^4.17.15",
"node-fetch": "^2.6.0",
"promise-throttle": "^1.0.1",
"regenerator-runtime": "^0.13.3",
"simple-git": "^1.131.0",
"regenerator-runtime": "^0.13.5",
"simple-git": "^1.132.0",
"source-map-support": "^0.5.16"
}
}

Sorry, the diff of this file is not supported yet

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