@nuxt/kit
Advanced tools
+7
-7
| { | ||
| "name": "@nuxt/kit", | ||
| "version": "3.19.1", | ||
| "version": "3.19.2", | ||
| "repository": { | ||
@@ -44,3 +44,3 @@ "type": "git", | ||
| "std-env": "^3.9.0", | ||
| "tinyglobby": "^0.2.14", | ||
| "tinyglobby": "^0.2.15", | ||
| "ufo": "^1.6.1", | ||
@@ -52,13 +52,13 @@ "unctx": "^2.4.1", | ||
| "devDependencies": { | ||
| "@rspack/core": "1.5.2", | ||
| "@rspack/core": "1.5.3", | ||
| "@types/lodash-es": "4.17.12", | ||
| "@types/semver": "7.7.0", | ||
| "@types/semver": "7.7.1", | ||
| "hookable": "5.5.3", | ||
| "lodash-es": "4.17.21", | ||
| "nitropack": "2.12.4", | ||
| "nitropack": "2.12.5", | ||
| "unbuild": "3.6.1", | ||
| "vite": "7.1.4", | ||
| "vite": "7.1.5", | ||
| "vitest": "3.2.4", | ||
| "webpack": "5.101.3", | ||
| "@nuxt/schema": "3.19.1" | ||
| "@nuxt/schema": "3.19.2" | ||
| }, | ||
@@ -65,0 +65,0 @@ "engines": { |
Sorry, the diff of this file is too big to display
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
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
174950
0.07%4049
0.1%Updated