@loopback/express
Advanced tools
+4
-4
| { | ||
| "name": "@loopback/express", | ||
| "description": "Integrate with Express and expose middleware infrastructure for sequence and interceptors", | ||
| "version": "7.0.6", | ||
| "version": "7.0.7", | ||
| "keywords": [ | ||
@@ -43,3 +43,3 @@ "loopback-extension", | ||
| "dependencies": { | ||
| "@loopback/http-server": "^6.0.6", | ||
| "@loopback/http-server": "^6.0.7", | ||
| "@types/body-parser": "^1.19.5", | ||
@@ -59,3 +59,3 @@ "@types/express": "^4.17.21", | ||
| "@loopback/build": "^11.0.6", | ||
| "@loopback/core": "^6.1.3", | ||
| "@loopback/core": "^6.1.4", | ||
| "@loopback/testlab": "^7.0.6", | ||
@@ -69,3 +69,3 @@ "@types/debug": "^4.1.12", | ||
| }, | ||
| "gitHead": "3b65ea396f0529a4aeb16cf8f6ab8fbeeb633491" | ||
| "gitHead": "5bca4d1d6af77cd5ea8fdecf55b11b939efbf217" | ||
| } |
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
Updated