@loopback/express
Advanced tools
+8
-8
| { | ||
| "name": "@loopback/express", | ||
| "description": "Integrate with Express and expose middleware infrastructure for sequence and interceptors", | ||
| "version": "7.0.8", | ||
| "version": "7.0.9", | ||
| "keywords": [ | ||
@@ -43,3 +43,3 @@ "loopback-extension", | ||
| "dependencies": { | ||
| "@loopback/http-server": "^6.0.8", | ||
| "@loopback/http-server": "^6.0.9", | ||
| "@types/body-parser": "^1.19.5", | ||
@@ -50,4 +50,4 @@ "@types/express": "^4.17.21", | ||
| "body-parser": "^1.20.3", | ||
| "debug": "^4.3.7", | ||
| "express": "^4.21.1", | ||
| "debug": "^4.4.0", | ||
| "express": "^4.21.2", | ||
| "http-errors": "^2.0.0", | ||
@@ -59,5 +59,5 @@ "on-finished": "^2.4.1", | ||
| "devDependencies": { | ||
| "@loopback/build": "^11.0.7", | ||
| "@loopback/core": "^6.1.5", | ||
| "@loopback/testlab": "^7.0.7", | ||
| "@loopback/build": "^11.0.8", | ||
| "@loopback/core": "^6.1.6", | ||
| "@loopback/testlab": "^7.0.8", | ||
| "@types/debug": "^4.1.12", | ||
@@ -70,3 +70,3 @@ "@types/node": "^16.18.119", | ||
| }, | ||
| "gitHead": "c9b47e2a76054557e56df5ac6527a99c2ecc6a42" | ||
| "gitHead": "cf286d032ca80729a8c7cb7bf90bb8fac7ddd50b" | ||
| } |
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
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
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
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Updated
Updated
Updated