Socket
Socket
Sign inDemoInstall

loadtest

Package Overview
Dependencies
29
Maintainers
1
Versions
122
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.1.1 to 5.1.2

3

lib/httpClient.js

@@ -251,4 +251,5 @@ 'use strict';

connection.on('end', () => {
const client = connection.connection || connection.client
const result = {
host: connection.connection._host,
host: client._host,
path: connection.req.path,

@@ -255,0 +256,0 @@ method: connection.req.method,

{
"name": "loadtest",
"version": "5.1.1",
"version": "5.1.2",
"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.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/alexfernandez/loadtest",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc