@roadmunk/jira-client
Advanced tools
Comparing version 6.4.1 to 6.4.2
@@ -66,5 +66,7 @@ 'use strict'; | ||
if (options.proxy) { | ||
this.request = this.request.defaults({ proxy: options.proxy }); | ||
} | ||
this.request = this.request.defaults({ | ||
proxy: options.proxy ? options.proxy : undefined, | ||
key: options.clientCert && options.clientCert.key ? options.clientCert.key : undefined, | ||
cert: options.clientCert && options.clientCert.cert ? options.clientCert.cert : undefined | ||
}); | ||
@@ -71,0 +73,0 @@ this.webhookVersion = options.webHookVersion || '1.0'; |
{ | ||
"name": "@roadmunk/jira-client", | ||
"version": "6.4.1", | ||
"version": "6.4.2", | ||
"description": "Wrapper for the JIRA API", | ||
@@ -33,2 +33,3 @@ "author": "Steven Surowiec <steven.surowiec@gmail.com>", | ||
"scripts": { | ||
"prepare": "npm run build", | ||
"build": "rm -rf lib && babel src --out-dir lib", | ||
@@ -35,0 +36,0 @@ "docs-build": "rm -rf docs && esdoc -c esdoc.json", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
54883
5
1327
0