@nuxt/kit
Advanced tools
+3
-0
@@ -410,2 +410,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 | ||
| */ | ||
@@ -412,0 +415,0 @@ declare function resolveFiles(path: string, pattern: string | string[], opts?: { |
+3
-0
@@ -410,2 +410,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 | ||
| */ | ||
@@ -412,0 +415,0 @@ declare function resolveFiles(path: string, pattern: string | string[], opts?: { |
+9
-9
| { | ||
| "name": "@nuxt/kit", | ||
| "version": "3.19.2", | ||
| "version": "3.19.3", | ||
| "repository": { | ||
@@ -26,3 +26,3 @@ "type": "git", | ||
| "dependencies": { | ||
| "c12": "^3.2.0", | ||
| "c12": "^3.3.0", | ||
| "consola": "^3.4.2", | ||
@@ -34,3 +34,3 @@ "defu": "^6.1.4", | ||
| "ignore": "^7.0.5", | ||
| "jiti": "^2.5.1", | ||
| "jiti": "^2.6.1", | ||
| "klona": "^2.0.6", | ||
@@ -49,7 +49,7 @@ "knitwork": "^1.2.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/lodash-es": "4.17.12", | ||
@@ -59,8 +59,8 @@ "@types/semver": "7.7.1", | ||
| "lodash-es": "4.17.21", | ||
| "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": "3.19.2" | ||
| "webpack": "5.102.0", | ||
| "@nuxt/schema": "3.19.3" | ||
| }, | ||
@@ -67,0 +67,0 @@ "engines": { |
+1
-1
@@ -63,3 +63,3 @@ [](https://nuxt.com) | ||
| title: 'Meet Nuxt', | ||
| description: 'The Intuitive Vue Framework.' | ||
| description: 'The Intuitive Vue Framework.', | ||
| }) | ||
@@ -66,0 +66,0 @@ </script> |
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
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
175335
0.22%4052
0.07%Updated
Updated
Updated