@loopback/express
Advanced tools
+6
-6
| { | ||
| "name": "@loopback/express", | ||
| "description": "Integrate with Express and expose middleware infrastructure for sequence and interceptors", | ||
| "version": "8.0.3", | ||
| "version": "8.0.4", | ||
| "keywords": [ | ||
@@ -43,3 +43,3 @@ "loopback-extension", | ||
| "dependencies": { | ||
| "@loopback/http-server": "^7.0.3", | ||
| "@loopback/http-server": "^7.0.4", | ||
| "@types/body-parser": "^1.19.6", | ||
@@ -58,5 +58,5 @@ "@types/express": "^4.17.23", | ||
| "devDependencies": { | ||
| "@loopback/build": "^12.0.3", | ||
| "@loopback/core": "^7.0.3", | ||
| "@loopback/testlab": "^8.0.3", | ||
| "@loopback/build": "^12.0.4", | ||
| "@loopback/core": "^7.0.4", | ||
| "@loopback/testlab": "^8.0.4", | ||
| "@types/debug": "^4.1.12", | ||
@@ -69,3 +69,3 @@ "@types/node": "^16.18.126", | ||
| }, | ||
| "gitHead": "292b33022f1d9eb85ded26e7b07a3d7a47d3b2e8" | ||
| "gitHead": "ed7a49de21ff79034be1fe57cb9eac9e09e4f0f3" | ||
| } |
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
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
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
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
Updated