You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@nuxt/kit

Package Overview
Dependencies
Maintainers
5
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxt/kit - npm Package Compare versions

Comparing version
4.0.0-alpha.3
to
4.0.0-alpha.4
+1
-1
dist/index.mjs

@@ -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);

{
"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": {