@loopback/testlab
Advanced tools
+6
-6
| { | ||
| "name": "@loopback/testlab", | ||
| "description": "A collection of test utilities we use to write LoopBack tests.", | ||
| "version": "8.0.2", | ||
| "version": "8.0.3", | ||
| "license": "MIT", | ||
@@ -44,15 +44,15 @@ "main": "dist/index.js", | ||
| "express": "^4.21.2", | ||
| "fs-extra": "^11.3.0", | ||
| "fs-extra": "^11.3.1", | ||
| "oas-validator": "^5.0.8", | ||
| "should": "^13.2.3", | ||
| "sinon": "^21.0.0", | ||
| "supertest": "^7.1.1", | ||
| "supertest": "^7.1.4", | ||
| "tslib": "^2.8.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@loopback/build": "^12.0.2", | ||
| "@loopback/eslint-config": "^16.0.0", | ||
| "@loopback/build": "^12.0.3", | ||
| "@loopback/eslint-config": "^16.0.1", | ||
| "@types/node": "^16.18.126" | ||
| }, | ||
| "gitHead": "c2a3c1ada086e3abd6ea195ec8f70ce5a63c924c" | ||
| "gitHead": "292b33022f1d9eb85ded26e7b07a3d7a47d3b2e8" | ||
| } |
Network access
Supply chain riskThis module accesses the network.
Found 3 instances in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
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 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 3 instances in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
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 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Updated
Updated