Comparing version 8.0.6 to 8.0.7
@@ -14,3 +14,3 @@ | ||
} else { | ||
console.error('Invalid header structure %j, it should be an array'); | ||
console.error('Invalid header structure %j, it should be an array', rawHeaders); | ||
} | ||
@@ -24,3 +24,3 @@ } | ||
if (!rawHeader.includes(':')) { | ||
return console.error('Invalid header %s, it should be in the form -H key:value'); | ||
return console.error('Invalid header %s, it should be in the form -H key:value', rawHeader); | ||
} | ||
@@ -27,0 +27,0 @@ const index = rawHeader.indexOf(':'); |
{ | ||
"name": "loadtest", | ||
"version": "8.0.6", | ||
"version": "8.0.7", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Run load tests for your web application. Mostly ab-compatible interface, with an option to force requests per second. Includes an API for automated load testing.", |
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
265473