express-perf
Advanced tools
Comparing version 1.11.2 to 1.11.3
@@ -69,2 +69,6 @@ var https = require('https') | ||
} | ||
if (resp.statusCode === 403) { | ||
opts.apiKey = null | ||
} | ||
} | ||
@@ -89,3 +93,4 @@ | ||
'Content-Type': 'application/json', | ||
'X-Perf-Public-API-Key': opts.apiKey | ||
'X-Perf-Public-API-Key': opts.apiKey, | ||
'User-Agent': 'PerfAgent-Node/1.11.3' | ||
} | ||
@@ -92,0 +97,0 @@ }, handleResp) |
{ | ||
"name": "express-perf", | ||
"version": "1.11.2", | ||
"version": "1.11.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
40930
146