@rsnuxt/utils
Advanced tools
+1
-1
| /*! | ||
| * @rsnuxt/utils v0.3.4 (c) 2016-2025 | ||
| * @rsnuxt/utils v0.5.0-alpha.0 (c) 2016-2025 | ||
| * Released under the MIT License | ||
@@ -4,0 +4,0 @@ * Repository: https://github.com/nuxt/nuxt.js |
+3
-3
| { | ||
| "name": "@rsnuxt/utils", | ||
| "version": "0.4.0", | ||
| "version": "0.5.0-alpha.0", | ||
| "repository": { | ||
@@ -26,3 +26,3 @@ "type": "git", | ||
| "ua-parser-js": "^2.0.0", | ||
| "ufo": "^1.5.3" | ||
| "ufo": "^1.6.1" | ||
| }, | ||
@@ -35,3 +35,3 @@ "engines": { | ||
| }, | ||
| "gitHead": "d4e5390f8f3e58d166553a6203564eb1a20e7b85" | ||
| "gitHead": "ee05cc8b190d608ea075855b27f555abb2cd65af" | ||
| } |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
25973
0.06%Updated