Socket
Socket
Sign inDemoInstall

@pie-api/semantic-release-jira-releases

Package Overview
Dependencies
66
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.8.0 to 0.9.0

3

dist/lib/success.js

@@ -53,2 +53,4 @@ "use strict";

project: projectIdOrKey,
released: config.released ? true : false,
releaseDate: config.releaseDate ? new Date(Date.now()).toISOString() : undefined
});

@@ -59,2 +61,3 @@ }

}
exports.findOrCreateVersion = findOrCreateVersion;
async function editIssueFixVersions(config, context, jira, newVersionName, releaseVersionId, issueKey) {

@@ -61,0 +64,0 @@ try {

7

package.json
{
"name": "@pie-api/semantic-release-jira-releases",
"version": "0.8.0",
"version": "0.9.0",
"main": "dist/lib/index.js",

@@ -12,3 +12,3 @@ "repository": "https://github.com/key-data-systems/semantic-release-jira-releases",

"build": "tsc -p .",
"test": " yarn jest"
"test": "yarn jest --verbose"
},

@@ -24,2 +24,3 @@ "dependencies": {

"devDependencies": {
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.5.5",

@@ -31,4 +32,6 @@ "@babel/preset-typescript": "^7.3.3",

"@types/signale": "^1.2.0",
"babel-polyfill": "^6.26.0",
"jest": "^25.2.3",
"madge": "^3.4.3",
"ts-jest": "^25.2.1",
"tslint": "^6.1.0",

@@ -35,0 +38,0 @@ "tslint-config-airbnb": "^5.11.1",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc