@nuxt/kit
Advanced tools
+1
-1
@@ -1157,3 +1157,3 @@ import { performance } from 'node:perf_hooks'; | ||
| const srcOrCwd = withTrailingSlash(layer.config.srcDir ?? layer.cwd); | ||
| if (!srcOrCwd.startsWith(rootDirWithSlash) || srcOrCwd === rootDirWithSlash || srcOrCwd.includes("node_modules")) { | ||
| if (!srcOrCwd.startsWith(rootDirWithSlash) || layer.cwd === nuxt.options.rootDir || srcOrCwd.includes("node_modules")) { | ||
| const rootGlob = join(relativeWithDot(nuxt.options.buildDir, layer.cwd), "**/*"); | ||
@@ -1160,0 +1160,0 @@ const paths = resolveLayerPaths(nuxt.options.buildDir, layer.cwd, layer.config.srcDir); |
+2
-2
| { | ||
| "name": "@nuxt/kit", | ||
| "version": "4.0.0-alpha.3", | ||
| "version": "4.0.0-alpha.4", | ||
| "repository": { | ||
@@ -57,3 +57,3 @@ "type": "git", | ||
| "webpack": "5.99.9", | ||
| "@nuxt/schema": "4.0.0-alpha.3" | ||
| "@nuxt/schema": "4.0.0-alpha.4" | ||
| }, | ||
@@ -60,0 +60,0 @@ "engines": { |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
102423
0