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.1.2
to
4.1.3
+3
-0
dist/index.d.mts

@@ -401,2 +401,5 @@ import * as _nuxt_schema from '@nuxt/schema';

* @param opts options for globbing
* @param opts.followSymbolicLinks whether to follow symbolic links, default is `true`
* @param opts.ignore additional glob patterns to ignore
* @returns sorted array of absolute file paths
*/

@@ -403,0 +406,0 @@ declare function resolveFiles(path: string, pattern: string | string[], opts?: {

@@ -401,2 +401,5 @@ import * as _nuxt_schema from '@nuxt/schema';

* @param opts options for globbing
* @param opts.followSymbolicLinks whether to follow symbolic links, default is `true`
* @param opts.ignore additional glob patterns to ignore
* @returns sorted array of absolute file paths
*/

@@ -403,0 +406,0 @@ declare function resolveFiles(path: string, pattern: string | string[], opts?: {

+10
-10
{
"name": "@nuxt/kit",
"version": "4.1.2",
"version": "4.1.3",
"repository": {

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

},
"homepage": "https://nuxt.com/docs/api/kit",
"homepage": "https://nuxt.com/docs/4.x/api/kit",
"description": "Toolkit for authoring modules and interacting with Nuxt",

@@ -27,3 +27,3 @@ "license": "MIT",

"dependencies": {
"c12": "^3.2.0",
"c12": "^3.3.0",
"consola": "^3.4.2",

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

"ignore": "^7.0.5",
"jiti": "^2.5.1",
"jiti": "^2.6.1",
"klona": "^2.0.6",

@@ -49,15 +49,15 @@ "mlly": "^1.8.0",

"unctx": "^2.4.1",
"unimport": "^5.2.0",
"unimport": "^5.4.1",
"untyped": "^2.0.0"
},
"devDependencies": {
"@rspack/core": "1.5.3",
"@rspack/core": "1.5.8",
"@types/semver": "7.7.1",
"hookable": "5.5.3",
"nitropack": "2.12.5",
"nitropack": "2.12.6",
"unbuild": "3.6.1",
"vite": "7.1.5",
"vite": "7.1.9",
"vitest": "3.2.4",
"webpack": "5.101.3",
"@nuxt/schema": "4.1.2"
"webpack": "5.102.0",
"@nuxt/schema": "4.1.3"
},

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

@@ -63,3 +63,3 @@ [![Nuxt banner](https://github.com/nuxt/nuxt/tree/main/.github/assets/banner.svg)](https://nuxt.com)

title: 'Meet Nuxt',
description: 'The Intuitive Vue Framework.'
description: 'The Intuitive Vue Framework.',
})

@@ -97,9 +97,9 @@ </script>

Here are a few ways you can get involved:
- **Reporting Bugs:** If you come across any bugs or issues, please check out the [reporting bugs guide](https://nuxt.com/docs/community/reporting-bugs) to learn how to submit a bug report.
- **Suggestions:** Have ideas to enhance Nuxt? We'd love to hear them! Check out the [contribution guide](https://nuxt.com/docs/community/contribution) to share your suggestions.
- **Questions:** If you have questions or need assistance, the [getting help guide](https://nuxt.com/docs/community/getting-help) provides resources to help you out.
- **Reporting Bugs:** If you come across any bugs or issues, please check out the [reporting bugs guide](https://nuxt.com/docs/4.x/community/reporting-bugs) to learn how to submit a bug report.
- **Suggestions:** Have ideas to enhance Nuxt? We'd love to hear them! Check out the [contribution guide](https://nuxt.com/docs/4.x/community/contribution) to share your suggestions.
- **Questions:** If you have questions or need assistance, the [getting help guide](https://nuxt.com/docs/4.x/community/getting-help) provides resources to help you out.
## <a name="local-development">🏠 Local Development</a>
Follow the docs to [Set Up Your Local Development Environment](https://nuxt.com/docs/community/framework-contribution#setup) to contribute to the framework and documentation.
Follow the docs to [Set Up Your Local Development Environment](https://nuxt.com/docs/4.x/community/framework-contribution#setup) to contribute to the framework and documentation.

@@ -106,0 +106,0 @@ ## <a name="professional-support">πŸ›Ÿ Professional Support</a>

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