@loopback/testlab
Advanced tools
+5
-5
| { | ||
| "name": "@loopback/testlab", | ||
| "description": "A collection of test utilities we use to write LoopBack tests.", | ||
| "version": "7.0.9", | ||
| "version": "7.0.10", | ||
| "license": "MIT", | ||
@@ -44,3 +44,3 @@ "main": "dist/index.js", | ||
| "express": "^4.21.2", | ||
| "fs-extra": "^11.2.0", | ||
| "fs-extra": "^11.3.0", | ||
| "oas-validator": "^5.0.8", | ||
@@ -53,7 +53,7 @@ "should": "^13.2.3", | ||
| "devDependencies": { | ||
| "@loopback/build": "^11.0.9", | ||
| "@loopback/build": "^11.0.10", | ||
| "@loopback/eslint-config": "^15.0.5", | ||
| "@types/node": "^16.18.123" | ||
| "@types/node": "^16.18.126" | ||
| }, | ||
| "gitHead": "92fee0f161ccc2bb9d28579450f98fc43c959416" | ||
| "gitHead": "834572d45061581fd2985f13fb1262ae1f10eac3" | ||
| } |
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
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
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
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
108696
0Updated