heroku-client
Advanced tools
Comparing version 3.0.7 to 3.1.0
@@ -172,4 +172,5 @@ 'use strict' | ||
if (this.debug) console.error('--> ' + req.method + ' ' + req.path) | ||
if (!req._headers) return | ||
let headers = renderHeaders(req._headers) | ||
let reqHeaders = req.getHeaders ? req.getHeaders() : req._headers // .getHeaders isn't defined in node versions < 8 | ||
if (!reqHeaders) return | ||
let headers = renderHeaders(reqHeaders) | ||
debugHeaders('\n' + headers) | ||
@@ -176,0 +177,0 @@ if (this.debugHeaders) console.error(headers) |
{ | ||
"name": "heroku-client", | ||
"description": "A wrapper for the Heroku v3 API", | ||
"version": "3.0.7", | ||
"version": "3.1.0", | ||
"author": "Jeff Dickey", | ||
@@ -23,8 +23,9 @@ "bugs": { | ||
"debug": "^3.1.0", | ||
"nock": "^9.1.4", | ||
"nock": "^11.7.0", | ||
"nyc": "^11.3.0", | ||
"standard": "^10.0.3" | ||
"standard": "^10.0.3", | ||
"stdout-stderr": "^0.1.9" | ||
}, | ||
"engines": { | ||
"node": ">=4.0.0" | ||
"node": ">=6.0.0" | ||
}, | ||
@@ -31,0 +32,0 @@ "files": [ |
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
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
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
18567
84937
366
6
5