New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@colyseus/loadtest

Package Overview
Dependencies
Maintainers
1
Versions
68
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.14.4 to 0.14.5-alpha.0

bin.js

17

package.json
{
"name": "@colyseus/loadtest",
"version": "0.14.4",
"version": "0.14.5-alpha.0",
"description": "Utility tool for load testing Colyseus.",
"main": "index.js",
"input": "./src/index.ts",
"main": "./build/index.js",
"module": "./build/index.mjs",
"typings": "./build/index.d.ts",
"scripts": {

@@ -10,8 +13,7 @@ "test": "echo \"Error: no test specified\" && exit 1"

"bin": {
"colyseus-loadtest": "./bin/colyseus-loadtest"
"colyseus-loadtest": "./bin.js"
},
"files": [
"lib",
"src",
"bin",
"build",
"bin.js",
"tsconfig.json"

@@ -37,5 +39,4 @@ ],

"dependencies": {
"@types/node": "^10.12.18",
"blessed": "^0.1.81",
"colyseus.js": "^0.14.8",
"colyseus.js": "^0.14.13",
"minimist": "^1.2.0",

@@ -42,0 +43,0 @@ "ts-node": "^7.0.1",

@@ -12,2 +12,4 @@ {

"emitDecoratorMetadata": true,
"esModuleInterop": true,
"skipLibCheck": true
},

@@ -14,0 +16,0 @@ "include": [

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