@loopback/express
Advanced tools
+7
-7
| { | ||
| "name": "@loopback/express", | ||
| "description": "Integrate with Express and expose middleware infrastructure for sequence and interceptors", | ||
| "version": "7.0.12", | ||
| "version": "7.0.13", | ||
| "keywords": [ | ||
@@ -43,3 +43,3 @@ "loopback-extension", | ||
| "dependencies": { | ||
| "@loopback/http-server": "^6.0.12", | ||
| "@loopback/http-server": "^6.0.13", | ||
| "@types/body-parser": "^1.19.5", | ||
@@ -49,3 +49,3 @@ "@types/express": "^4.17.21", | ||
| "@types/http-errors": "^2.0.4", | ||
| "body-parser": "^1.20.3", | ||
| "body-parser": "^2.2.0", | ||
| "debug": "^4.4.0", | ||
@@ -59,5 +59,5 @@ "express": "^4.21.2", | ||
| "devDependencies": { | ||
| "@loopback/build": "^11.0.10", | ||
| "@loopback/core": "^6.1.9", | ||
| "@loopback/testlab": "^7.0.11", | ||
| "@loopback/build": "^11.0.11", | ||
| "@loopback/core": "^6.1.10", | ||
| "@loopback/testlab": "^7.0.12", | ||
| "@types/debug": "^4.1.12", | ||
@@ -70,3 +70,3 @@ "@types/node": "^16.18.126", | ||
| }, | ||
| "gitHead": "0c7708d49efe343cd46350e5014a147c920e59f7" | ||
| "gitHead": "1a389bb6fe31fec81a82825493cc66f830cd6655" | ||
| } |
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
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
Updated