@nuxt/kit
Advanced tools
+1
-1
@@ -384,3 +384,3 @@ import * as _nuxt_schema from '@nuxt/schema'; | ||
| */ | ||
| declare function addServerImports(imports: Import[]): void; | ||
| declare function addServerImports(imports: Import | Import[]): void; | ||
| /** | ||
@@ -387,0 +387,0 @@ * Add directories to be scanned for auto-imports by Nitro |
+1
-1
@@ -384,3 +384,3 @@ import * as _nuxt_schema from '@nuxt/schema'; | ||
| */ | ||
| declare function addServerImports(imports: Import[]): void; | ||
| declare function addServerImports(imports: Import | Import[]): void; | ||
| /** | ||
@@ -387,0 +387,0 @@ * Add directories to be scanned for auto-imports by Nitro |
+9
-9
| { | ||
| "name": "@nuxt/kit", | ||
| "version": "3.17.7", | ||
| "version": "3.18.0", | ||
| "repository": { | ||
@@ -26,3 +26,3 @@ "type": "git", | ||
| "dependencies": { | ||
| "c12": "^3.0.4", | ||
| "c12": "^3.1.0", | ||
| "consola": "^3.4.2", | ||
@@ -34,3 +34,3 @@ "defu": "^6.1.4", | ||
| "ignore": "^7.0.5", | ||
| "jiti": "^2.4.2", | ||
| "jiti": "^2.5.1", | ||
| "klona": "^2.0.6", | ||
@@ -48,7 +48,7 @@ "knitwork": "^1.2.0", | ||
| "unctx": "^2.4.1", | ||
| "unimport": "^5.1.0", | ||
| "unimport": "^5.2.0", | ||
| "untyped": "^2.0.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@rspack/core": "1.4.6", | ||
| "@rspack/core": "1.4.10", | ||
| "@types/lodash-es": "4.17.12", | ||
@@ -58,8 +58,8 @@ "@types/semver": "7.7.0", | ||
| "lodash-es": "4.17.21", | ||
| "nitropack": "2.11.13", | ||
| "unbuild": "3.5.0", | ||
| "vite": "6.3.5", | ||
| "nitropack": "2.12.4", | ||
| "unbuild": "3.6.0", | ||
| "vite": "7.0.6", | ||
| "vitest": "3.2.4", | ||
| "webpack": "5.99.9", | ||
| "@nuxt/schema": "3.17.7" | ||
| "@nuxt/schema": "3.18.0" | ||
| }, | ||
@@ -66,0 +66,0 @@ "engines": { |
+1
-1
@@ -47,3 +47,3 @@ [](https://nuxt.com) | ||
| ```bash | ||
| npm create nuxt <my-project> | ||
| npm create nuxt@latest <my-project> | ||
| ``` | ||
@@ -50,0 +50,0 @@ |
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
159170
0.22%3751
0.21%Updated
Updated
Updated