You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP β†’
Socket
Book a DemoSign in
Socket

@nuxt/kit

Package Overview
Dependencies
Maintainers
5
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxt/kit - npm Package Compare versions

Comparing version
3.17.7
to
3.18.0
+1
-1
dist/index.d.mts

@@ -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

@@ -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

{
"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": {

@@ -47,3 +47,3 @@ [![Nuxt banner](https://github.com/nuxt/nuxt/tree/main/.github/assets/banner.svg)](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