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
1
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.20.1
to
3.20.2
+8
-8
package.json
{
"name": "@nuxt/kit",
"version": "3.20.1",
"version": "3.20.2",
"repository": {

@@ -26,3 +26,3 @@ "type": "git",

"dependencies": {
"c12": "^3.3.1",
"c12": "^3.3.2",
"consola": "^3.4.2",

@@ -32,7 +32,7 @@ "defu": "^6.1.4",

"errx": "^0.1.0",
"exsolve": "^1.0.7",
"exsolve": "^1.0.8",
"ignore": "^7.0.5",
"jiti": "^2.6.1",
"klona": "^2.0.6",
"knitwork": "^1.2.0",
"knitwork": "^1.3.0",
"mlly": "^1.8.0",

@@ -51,3 +51,3 @@ "ohash": "^2.0.11",

"devDependencies": {
"@rspack/core": "1.6.1",
"@rspack/core": "1.6.7",
"@types/lodash-es": "4.17.12",

@@ -60,6 +60,6 @@ "@types/semver": "7.7.1",

"unimport": "5.5.0",
"vite": "7.2.1",
"vite": "7.2.7",
"vitest": "3.2.4",
"webpack": "5.102.1",
"@nuxt/schema": "3.20.1"
"webpack": "5.103.0",
"@nuxt/schema": "3.20.2"
},

@@ -66,0 +66,0 @@ "engines": {

@@ -17,9 +17,9 @@ [![Nuxt banner](https://github.com/nuxt/nuxt/blob/main/.github/assets/banner.svg)](https://nuxt.com)

It provides a number of features that make it easy to build fast, SEO-friendly, and scalable web applications, including:
- Server-side rendering, Static Site Generation, Hybrid Rendering and Edge-Side Rendering
- Server-side rendering, static site generation, hybrid rendering and edge-side rendering
- Automatic routing with code-splitting and pre-fetching
- Data fetching and state management
- SEO Optimization and Meta tags definition
- Search engine optimization and defining meta tags
- Auto imports of components, composables and utils
- TypeScript with zero configuration
- Go fullstack with our server/ directory
- Go full-stack with our server/ directory
- Extensible with [200+ modules](https://nuxt.com/modules)

@@ -35,3 +35,3 @@ - Deployment to a variety of [hosting platforms](https://nuxt.com/deploy)

- 🧩 [Modules](#modules)
- ❀️ [Contribute](#contribute)
- ❀️ [Contribute](#contribute)
- 🏠 [Local Development](#local-development)

@@ -38,0 +38,0 @@ - πŸ›Ÿ [Professional Support](#professional-support)

Sorry, the diff of this file is too big to display