Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

loadtest

Package Overview
Dependencies
Maintainers
1
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loadtest - npm Package Compare versions

Comparing version 8.0.6 to 8.0.7

4

lib/headers.js

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

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