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

@roadmunk/jira-client

Package Overview
Dependencies
Maintainers
10
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@roadmunk/jira-client - npm Package Compare versions

Comparing version 6.4.1 to 6.4.2

docs/package.json

8

lib/jira.js

@@ -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",

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