@nuxt/kit
Advanced tools
+1
-1
@@ -1,2 +0,2 @@ | ||
| import { ModuleOptions, ModuleDefinition, NuxtModule, NuxtConfig, Nuxt, ModuleMeta, NuxtOptions, SchemaDefinition, NuxtAppConfig, NuxtCompatibility, NuxtCompatibilityIssues, Component, ComponentsDir, NuxtTemplate, NuxtMiddleware, NuxtHooks, NuxtPlugin, NuxtPluginTemplate, ResolvedNuxtTemplate, NuxtServerTemplate, NuxtTypeTemplate } from '@nuxt/schema'; | ||
| import { ModuleOptions, ModuleDefinition, NuxtModule, NuxtConfig, Nuxt, ModuleMeta, NuxtOptions, SchemaDefinition, NuxtAppConfig, NuxtCompatibility, NuxtCompatibilityIssues, Component, ComponentsDir, NuxtTemplate, NuxtMiddleware, NuxtHooks, NuxtPlugin, NuxtPluginTemplate, NuxtServerTemplate, ResolvedNuxtTemplate, NuxtTypeTemplate } from '@nuxt/schema'; | ||
| import { LoadConfigOptions } from 'c12'; | ||
@@ -3,0 +3,0 @@ import { Import, InlinePreset } from 'unimport'; |
+1
-1
@@ -1,2 +0,2 @@ | ||
| import { ModuleOptions, ModuleDefinition, NuxtModule, NuxtConfig, Nuxt, ModuleMeta, NuxtOptions, SchemaDefinition, NuxtAppConfig, NuxtCompatibility, NuxtCompatibilityIssues, Component, ComponentsDir, NuxtTemplate, NuxtMiddleware, NuxtHooks, NuxtPlugin, NuxtPluginTemplate, ResolvedNuxtTemplate, NuxtServerTemplate, NuxtTypeTemplate } from '@nuxt/schema'; | ||
| import { ModuleOptions, ModuleDefinition, NuxtModule, NuxtConfig, Nuxt, ModuleMeta, NuxtOptions, SchemaDefinition, NuxtAppConfig, NuxtCompatibility, NuxtCompatibilityIssues, Component, ComponentsDir, NuxtTemplate, NuxtMiddleware, NuxtHooks, NuxtPlugin, NuxtPluginTemplate, NuxtServerTemplate, ResolvedNuxtTemplate, NuxtTypeTemplate } from '@nuxt/schema'; | ||
| import { LoadConfigOptions } from 'c12'; | ||
@@ -3,0 +3,0 @@ import { Import, InlinePreset } from 'unimport'; |
+9
-9
| { | ||
| "name": "@nuxt/kit", | ||
| "version": "3.21.0", | ||
| "version": "3.21.1", | ||
| "repository": { | ||
@@ -40,5 +40,5 @@ "type": "git", | ||
| "pkg-types": "^2.3.0", | ||
| "rc9": "^2.1.2", | ||
| "rc9": "^3.0.0", | ||
| "scule": "^1.3.0", | ||
| "semver": "^7.7.3", | ||
| "semver": "^7.7.4", | ||
| "tinyglobby": "^0.2.15", | ||
@@ -50,8 +50,8 @@ "ufo": "^1.6.3", | ||
| "devDependencies": { | ||
| "@rspack/core": "1.7.2", | ||
| "@rspack/core": "1.7.5", | ||
| "@types/lodash-es": "4.17.12", | ||
| "@types/semver": "7.7.1", | ||
| "hookable": "5.5.3", | ||
| "lodash-es": "4.17.22", | ||
| "nitro": "3.0.1-alpha.1", | ||
| "lodash-es": "4.17.23", | ||
| "nitro": "3.0.1-alpha.2", | ||
| "nitropack": "2.13.1", | ||
@@ -61,5 +61,5 @@ "unbuild": "3.6.1", | ||
| "vite": "7.3.1", | ||
| "vitest": "3.2.4", | ||
| "webpack": "5.104.1", | ||
| "@nuxt/schema": "3.21.0" | ||
| "vitest": "4.0.18", | ||
| "webpack": "5.105.0", | ||
| "@nuxt/schema": "3.21.1" | ||
| }, | ||
@@ -66,0 +66,0 @@ "engines": { |
+1
-1
@@ -114,3 +114,3 @@ [](https://nuxt.com) | ||
| <p valign="center"> | ||
| <a href="https://go.nuxt.com/discord"><img width="20px" src="https://github.com/nuxt/nuxt/blob/main/.github/assets/discord.svg" alt="Discord"></a> <a href="https://go.nuxt.com/x"><img width="20px" src="https://github.com/nuxt/nuxt/blob/main/.github/assets/twitter.svg" alt="Twitter"></a> <a href="https://go.nuxt.com/github"><img width="20px" src="https://github.com/nuxt/nuxt/blob/main/.github/assets/github.svg" alt="GitHub"></a> <a href="https://go.nuxt.com/bluesky"><img width="20px" src="https://github.com/nuxt/nuxt/blob/main/.github/assets/bluesky.svg" alt="Bluesky"></a> | ||
| <a href="https://go.nuxt.com/discord"><img width="20" src="https://github.com/nuxt/nuxt/blob/main/.github/assets/discord.svg" alt="Discord"></a> <a href="https://go.nuxt.com/x"><img width="20" src="https://github.com/nuxt/nuxt/blob/main/.github/assets/twitter.svg" alt="Twitter"></a> <a href="https://go.nuxt.com/github"><img width="20" src="https://github.com/nuxt/nuxt/blob/main/.github/assets/github.svg" alt="GitHub"></a> <a href="https://go.nuxt.com/bluesky"><img width="20" src="https://github.com/nuxt/nuxt/blob/main/.github/assets/bluesky.svg" alt="Bluesky"></a> | ||
| </p> | ||
@@ -117,0 +117,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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances 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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances 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
184332
0.17%4215
0.09%+ Added
Updated
Updated