@loopback/express
Advanced tools
+8
-8
| { | ||
| "name": "@loopback/express", | ||
| "description": "Integrate with Express and expose middleware infrastructure for sequence and interceptors", | ||
| "version": "7.0.1", | ||
| "version": "7.0.2", | ||
| "keywords": [ | ||
@@ -20,3 +20,3 @@ "loopback-extension", | ||
| "engines": { | ||
| "node": "18 || 20" | ||
| "node": "18 || 20 || 22" | ||
| }, | ||
@@ -44,3 +44,3 @@ "scripts": { | ||
| "dependencies": { | ||
| "@loopback/http-server": "^6.0.1", | ||
| "@loopback/http-server": "^6.0.2", | ||
| "@types/body-parser": "^1.19.5", | ||
@@ -59,7 +59,7 @@ "@types/express": "^4.17.21", | ||
| "devDependencies": { | ||
| "@loopback/build": "^11.0.1", | ||
| "@loopback/core": "^6.0.1", | ||
| "@loopback/testlab": "^7.0.1", | ||
| "@loopback/build": "^11.0.2", | ||
| "@loopback/core": "^6.0.2", | ||
| "@loopback/testlab": "^7.0.2", | ||
| "@types/debug": "^4.1.12", | ||
| "@types/node": "^16.18.95", | ||
| "@types/node": "^16.18.96", | ||
| "@types/on-finished": "^2.3.4", | ||
@@ -70,3 +70,3 @@ "@types/toposort": "^2.0.7", | ||
| }, | ||
| "gitHead": "2bdb95fe5122f3664368261c12e3037ee8c71c27" | ||
| "gitHead": "06b27e1b47cea48b54280e5590bb165e11fbeb10" | ||
| } |
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
168317
0Updated