Socket
Socket
Sign inDemoInstall

loadtest

Package Overview
Dependencies
26
Maintainers
1
Versions
122
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.0.2

7

lib/httpClient.js

@@ -211,4 +211,9 @@ 'use strict';

{
request.setTimeout(params.timeout, function()
var timeout = parseInt(params.timeout);
if (!timeout)
{
log.error('Invalid timeout %s', params.timeout);
}
request.setTimeout(timeout, function()
{
requestFinished('Connection timed out');

@@ -215,0 +220,0 @@ });

2

package.json
{
"name": "loadtest",
"version": "2.0.1",
"version": "2.0.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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc