@colyseus/loadtest
Advanced tools
Comparing version 0.14.4 to 0.14.5-alpha.0
{ | ||
"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": [ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
94641
6
15
886
7
- Removed@types/node@^10.12.18
- Removed@types/node@10.17.60(transitive)
Updatedcolyseus.js@^0.14.13