@ditojs/router
Advanced tools
+3
-3
| { | ||
| "name": "@ditojs/router", | ||
| "version": "2.90.0", | ||
| "version": "2.91.0", | ||
| "type": "module", | ||
@@ -23,3 +23,3 @@ "description": "Dito.js Router – Dito.js is a declarative and modern web framework, based on Objection.js, Koa.js and Vue.js", | ||
| "dependencies": { | ||
| "@ditojs/utils": "^2.90.0" | ||
| "@ditojs/utils": "^2.91.0" | ||
| }, | ||
@@ -33,3 +33,3 @@ "keywords": [ | ||
| ], | ||
| "gitHead": "4e5489c32920078f98f23460cef00d658216b878" | ||
| "gitHead": "cc64039676a475376ae68b11ad1760dde5fe789c" | ||
| } |
Network access
Supply chain riskThis module accesses the network.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Updated