Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details β†’
Socket
Book a DemoInstallSign 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
4.2.1
to
4.2.2
+7
-7
package.json
{
"name": "@nuxt/kit",
"version": "4.2.1",
"version": "4.2.2",
"repository": {

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

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

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

"errx": "^0.1.0",
"exsolve": "^1.0.7",
"exsolve": "^1.0.8",
"ignore": "^7.0.5",

@@ -50,3 +50,3 @@ "jiti": "^2.6.1",

"devDependencies": {
"@rspack/core": "1.6.1",
"@rspack/core": "1.6.7",
"@types/semver": "7.7.1",

@@ -57,6 +57,6 @@ "hookable": "5.5.3",

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

@@ -63,0 +63,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