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

@colyseus/loadtest

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@colyseus/loadtest - npm Package Compare versions

Comparing version 0.15.2 to 0.15.3

4

build/index.js

@@ -84,3 +84,3 @@ var __create = Object.create;

[--retryFailed]: delay to retry failed connections (in milliseconds)
[--output]: specify an output file (default to loadtest.log)
[--output]: specify an output file for output logs

@@ -103,3 +103,3 @@ Example:

retryFailed: argv.retryFailed || 0,
output: import_path.default.resolve(argv.output || "loadtest.log")
output: argv.output && import_path.default.resolve(argv.output)
};

@@ -106,0 +106,0 @@ if (!main) {

{
"name": "@colyseus/loadtest",
"version": "0.15.2",
"version": "0.15.3",
"description": "Utility tool for load testing Colyseus.",

@@ -37,3 +37,3 @@ "input": "./src/index.ts",

"blessed": "^0.1.81",
"colyseus.js": "^0.15.0",
"colyseus.js": "^0.15.18",
"minimist": "^1.2.5",

@@ -46,3 +46,3 @@ "typescript": ">=4.3.5",

},
"gitHead": "b73adea724d32e9b2f2023dea0b630bfc36855d5"
}
"gitHead": "c45b410e99eadffff4b74e701339992e2faa15f8"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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