@vitest/snapshot
Advanced tools
+3
-3
| { | ||
| "name": "@vitest/snapshot", | ||
| "type": "module", | ||
| "version": "4.0.16", | ||
| "version": "4.0.17", | ||
| "description": "Vitest snapshot manager", | ||
@@ -43,3 +43,3 @@ "license": "MIT", | ||
| "pathe": "^2.0.3", | ||
| "@vitest/pretty-format": "4.0.16" | ||
| "@vitest/pretty-format": "4.0.17" | ||
| }, | ||
@@ -49,3 +49,3 @@ "devDependencies": { | ||
| "natural-compare": "^1.4.0", | ||
| "@vitest/utils": "4.0.16" | ||
| "@vitest/utils": "4.0.17" | ||
| }, | ||
@@ -52,0 +52,0 @@ "scripts": { |
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
0
-100%+ Added
- Removed
Updated