@loopback/express
Advanced tools
+6
-6
| { | ||
| "name": "@loopback/express", | ||
| "description": "Integrate with Express and expose middleware infrastructure for sequence and interceptors", | ||
| "version": "8.0.9", | ||
| "version": "8.0.10", | ||
| "keywords": [ | ||
@@ -43,3 +43,3 @@ "loopback-extension", | ||
| "dependencies": { | ||
| "@loopback/http-server": "^7.0.9", | ||
| "@loopback/http-server": "^7.0.10", | ||
| "@types/body-parser": "^1.19.6", | ||
@@ -58,5 +58,5 @@ "@types/express": "^4.17.25", | ||
| "devDependencies": { | ||
| "@loopback/build": "^12.0.9", | ||
| "@loopback/core": "^7.0.9", | ||
| "@loopback/testlab": "^8.0.9", | ||
| "@loopback/build": "^12.0.10", | ||
| "@loopback/core": "^7.0.10", | ||
| "@loopback/testlab": "^8.0.10", | ||
| "@types/debug": "^4.1.12", | ||
@@ -69,3 +69,3 @@ "@types/node": "^16.18.126", | ||
| }, | ||
| "gitHead": "77064f8efea6b713992283d653d8d46bdd724982" | ||
| "gitHead": "ae59e33540f12a77c652749c8266bb007302c24e" | ||
| } |
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
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
168320
0