@nuxt/kit
Advanced tools
+1
-1
@@ -492,3 +492,3 @@ 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'; | ||
| * Add directories to be scanned by Nitro. It will check for subdirectories, | ||
| * which will be registered just like the `~/server` folder is. | ||
| * which will be registered just like the `~~/server` folder is. | ||
| */ | ||
@@ -495,0 +495,0 @@ declare function addServerScanDir(dirs: string | string[], opts?: { |
+1
-1
@@ -492,3 +492,3 @@ 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'; | ||
| * Add directories to be scanned by Nitro. It will check for subdirectories, | ||
| * which will be registered just like the `~/server` folder is. | ||
| * which will be registered just like the `~~/server` folder is. | ||
| */ | ||
@@ -495,0 +495,0 @@ declare function addServerScanDir(dirs: string | string[], opts?: { |
+6
-6
| { | ||
| "name": "@nuxt/kit", | ||
| "version": "3.21.1", | ||
| "version": "3.21.2", | ||
| "repository": { | ||
@@ -36,3 +36,3 @@ "type": "git", | ||
| "knitwork": "^1.3.0", | ||
| "mlly": "^1.8.0", | ||
| "mlly": "^1.8.1", | ||
| "ohash": "^2.0.11", | ||
@@ -50,3 +50,3 @@ "pathe": "^2.0.3", | ||
| "devDependencies": { | ||
| "@rspack/core": "1.7.5", | ||
| "@rspack/core": "1.7.8", | ||
| "@types/lodash-es": "4.17.12", | ||
@@ -59,7 +59,7 @@ "@types/semver": "7.7.1", | ||
| "unbuild": "3.6.1", | ||
| "unimport": "5.6.0", | ||
| "unimport": "6.0.1", | ||
| "vite": "7.3.1", | ||
| "vitest": "4.0.18", | ||
| "webpack": "5.105.0", | ||
| "@nuxt/schema": "3.21.1" | ||
| "webpack": "5.105.4", | ||
| "@nuxt/schema": "3.21.2" | ||
| }, | ||
@@ -66,0 +66,0 @@ "engines": { |
+4
-4
@@ -1,2 +0,2 @@ | ||
| [](https://nuxt.com) | ||
| <a href="https://nuxt.com"><img width="830" height="213" src="https://github.com/nuxt/nuxt/blob/main/.github/assets/banner.svg" alt="Nuxt banner"></a> | ||
@@ -6,4 +6,4 @@ # Nuxt | ||
| <p> | ||
| <a href="https://www.npmjs.com/package/nuxt"><img src="https://img.shields.io/npm/v/nuxt.svg?style=flat&colorA=18181B&colorB=28CF8D" alt="Version"></a> | ||
| <a href="https://www.npmjs.com/package/nuxt"><img src="https://img.shields.io/npm/dm/nuxt.svg?style=flat&colorA=18181B&colorB=28CF8D" alt="Downloads"></a> | ||
| <a href="https://npmx.dev/package/nuxt"><img src="https://npmx.dev/api/registry/badge/version/nuxt" alt="Version"></a> | ||
| <a href="https://npmx.dev/package/nuxt"><img src="https://npmx.dev/api/registry/badge/downloads/nuxt" alt="Downloads"></a> | ||
| <a href="https://github.com/nuxt/nuxt/blob/main/LICENSE"><img src="https://img.shields.io/github/license/nuxt/nuxt.svg?style=flat&colorA=18181B&colorB=28CF8D" alt="License"></a> | ||
@@ -13,3 +13,3 @@ <a href="https://nuxt.com/modules"><img src="https://img.shields.io/badge/dynamic/json?url=https://nuxt.com/api/v1/modules&query=$.stats.modules&label=Modules&style=flat&colorA=18181B&colorB=28CF8D" alt="Modules"></a> | ||
| <a href="https://chat.nuxt.dev"><img src="https://img.shields.io/badge/Nuxt%20Discord-18181B?logo=discord" alt="Discord"></a> | ||
| <a href="https://securityscorecards.dev/"><img src="https://api.securityscorecards.dev/projects/github.com/nuxt/nuxt/badge" alt="Nuxt openssf scorecard score"></a> | ||
| <a href="https://securityscorecards.dev/viewer/?uri=github.com/nuxt/nuxt"><img src="https://api.securityscorecards.dev/projects/github.com/nuxt/nuxt/badge" alt="Nuxt openssf scorecard score"></a> | ||
| <a href="https://deepwiki.com/nuxt/nuxt"><img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki"></a> | ||
@@ -16,0 +16,0 @@ </p> |
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
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
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
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
184334
0Updated