@nuxt/kit
Advanced tools
+8
-8
| { | ||
| "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": { |
+4
-4
@@ -17,9 +17,9 @@ [](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
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
180924
0.68%4178
0.72%Updated
Updated
Updated