heroku-client
Advanced tools
Comparing version 1.10.2 to 1.10.3
@@ -96,5 +96,6 @@ 'use strict'; | ||
defaultRequestOptions = { | ||
auth: this.options.auth || ':' + this.options.token, | ||
method: this.options.method || 'GET', | ||
headers: headers | ||
auth: this.options.auth || ':' + this.options.token, | ||
method: this.options.method || 'GET', | ||
rejectUnauthorized: this.options.rejectUnauthorized, | ||
headers: headers | ||
}; | ||
@@ -101,0 +102,0 @@ |
{ | ||
"name": "heroku-client", | ||
"description": "A wrapper for the Heroku v3 API", | ||
"version": "1.10.2", | ||
"version": "1.10.3", | ||
"author": "Jonathan Clem", | ||
@@ -6,0 +6,0 @@ "bugs": { |
@@ -225,2 +225,3 @@ 'use strict'; | ||
'Accept': 'application/vnd.heroku+json; version=3', | ||
'User-Agent': 'node-heroku-client/'+require('../../package.json').version, | ||
'Content-type': 'application/json', | ||
@@ -227,0 +228,0 @@ 'Range': 'id ]..; max=1000' |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
281543
84937
8036