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.1.6 to 0.1.7

3

package.json
{
"name": "@colyseus/loadtest",
"version": "0.1.6",
"version": "0.1.7",
"description": "Utility tool for load testing Colyseus.",

@@ -27,3 +27,2 @@ "main": "index.js",

},
"homepage": "https://github.com/colyseus/loadtest#readme",
"dependencies": {

@@ -30,0 +29,0 @@ "@types/node": "^10.12.18",

@@ -1,4 +0,4 @@

# colyseus-loadtest
# @colyseus/loadtest
Utility tool for load testing Colyseus.
Utility tool for load testing Colyseus.

@@ -10,3 +10,3 @@ ## Usage

```
npm install -g colyseus-loadtest
npm install -g @colyseus/loadtest
```

@@ -16,3 +16,2 @@

$ colyseus-loadtest --help
colyseus-loadtest v0.1.5

@@ -37,3 +36,3 @@ Options:

### `requestJoinOptions (i)`
### `requestJoinOptions (i)`

@@ -50,3 +49,3 @@ Should return a plain object containing the options for client connection `i` to join the room provided as an argument.

### `onStateChange (state)`
### `onStateChange (state)`

@@ -53,0 +52,0 @@ Triggered when the room state changes in the server-side.

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