@loopback/express
Advanced tools
+7
-7
| { | ||
| "name": "@loopback/express", | ||
| "description": "Integrate with Express and expose middleware infrastructure for sequence and interceptors", | ||
| "version": "7.0.3", | ||
| "version": "7.0.4", | ||
| "keywords": [ | ||
@@ -43,3 +43,3 @@ "loopback-extension", | ||
| "dependencies": { | ||
| "@loopback/http-server": "^6.0.3", | ||
| "@loopback/http-server": "^6.0.4", | ||
| "@types/body-parser": "^1.19.5", | ||
@@ -58,7 +58,7 @@ "@types/express": "^4.17.21", | ||
| "devDependencies": { | ||
| "@loopback/build": "^11.0.3", | ||
| "@loopback/core": "^6.1.0", | ||
| "@loopback/testlab": "^7.0.3", | ||
| "@loopback/build": "^11.0.4", | ||
| "@loopback/core": "^6.1.1", | ||
| "@loopback/testlab": "^7.0.4", | ||
| "@types/debug": "^4.1.12", | ||
| "@types/node": "^16.18.98", | ||
| "@types/node": "^16.18.101", | ||
| "@types/on-finished": "^2.3.4", | ||
@@ -69,3 +69,3 @@ "@types/toposort": "^2.0.7", | ||
| }, | ||
| "gitHead": "b0e4a869679b8bb4ca2c48c233348d582dd4752a" | ||
| "gitHead": "e163a97b7133b56698755e707d4e59b92dd4efb4" | ||
| } |
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
168318
0Updated