@colyseus/loadtest
Advanced tools
Comparing version 0.15.2 to 0.15.3
@@ -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
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
2
84487
10
859
Updatedcolyseus.js@^0.15.18