@loopback/express
Advanced tools
+6
-6
| { | ||
| "name": "@loopback/express", | ||
| "description": "Integrate with Express and expose middleware infrastructure for sequence and interceptors", | ||
| "version": "8.0.1", | ||
| "version": "8.0.2", | ||
| "keywords": [ | ||
@@ -43,3 +43,3 @@ "loopback-extension", | ||
| "dependencies": { | ||
| "@loopback/http-server": "^7.0.1", | ||
| "@loopback/http-server": "^7.0.2", | ||
| "@types/body-parser": "^1.19.6", | ||
@@ -58,5 +58,5 @@ "@types/express": "^4.17.23", | ||
| "devDependencies": { | ||
| "@loopback/build": "^12.0.1", | ||
| "@loopback/core": "^7.0.1", | ||
| "@loopback/testlab": "^8.0.1", | ||
| "@loopback/build": "^12.0.2", | ||
| "@loopback/core": "^7.0.2", | ||
| "@loopback/testlab": "^8.0.2", | ||
| "@types/debug": "^4.1.12", | ||
@@ -69,3 +69,3 @@ "@types/node": "^16.18.126", | ||
| }, | ||
| "gitHead": "739a529c28256ab39fcc173ca0195e700758ef11" | ||
| "gitHead": "c2a3c1ada086e3abd6ea195ec8f70ce5a63c924c" | ||
| } |
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