@loopback/express
Advanced tools
+8
-8
| { | ||
| "name": "@loopback/express", | ||
| "description": "Integrate with Express and expose middleware infrastructure for sequence and interceptors", | ||
| "version": "7.0.0", | ||
| "version": "7.0.1", | ||
| "keywords": [ | ||
@@ -43,3 +43,3 @@ "loopback-extension", | ||
| "dependencies": { | ||
| "@loopback/http-server": "^6.0.0", | ||
| "@loopback/http-server": "^6.0.1", | ||
| "@types/body-parser": "^1.19.5", | ||
@@ -51,3 +51,3 @@ "@types/express": "^4.17.21", | ||
| "debug": "^4.3.4", | ||
| "express": "^4.18.3", | ||
| "express": "^4.19.2", | ||
| "http-errors": "^2.0.0", | ||
@@ -59,7 +59,7 @@ "on-finished": "^2.4.1", | ||
| "devDependencies": { | ||
| "@loopback/build": "^11.0.0", | ||
| "@loopback/core": "^6.0.0", | ||
| "@loopback/testlab": "^7.0.0", | ||
| "@loopback/build": "^11.0.1", | ||
| "@loopback/core": "^6.0.1", | ||
| "@loopback/testlab": "^7.0.1", | ||
| "@types/debug": "^4.1.12", | ||
| "@types/node": "^16.18.86", | ||
| "@types/node": "^16.18.95", | ||
| "@types/on-finished": "^2.3.4", | ||
@@ -70,3 +70,3 @@ "@types/toposort": "^2.0.7", | ||
| }, | ||
| "gitHead": "bb4864f7405492d9c86c7db6e714542a292a8790" | ||
| "gitHead": "2bdb95fe5122f3664368261c12e3037ee8c71c27" | ||
| } |
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