🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

next

Package Overview
Dependencies
Maintainers
4
Versions
3838
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

next - npm Package Compare versions

Comparing version
16.3.0-canary.59
to
16.3.0-canary.60
+1
-1
dist/build/swc/index.js

@@ -138,3 +138,3 @@ "use strict";

}({});
const nextVersion = "16.3.0-canary.59";
const nextVersion = "16.3.0-canary.60";
const ArchName = (0, _os.arch)();

@@ -141,0 +141,0 @@ const PlatformName = (0, _os.platform)();

@@ -96,3 +96,3 @@ "use strict";

isPersistentCachingEnabled: persistentCaching,
nextVersion: "16.3.0-canary.59"
nextVersion: "16.3.0-canary.60"
}, {

@@ -99,0 +99,0 @@ turbopackMemoryEviction: config.experimental.turbopackMemoryEvictionMode,

@@ -118,3 +118,3 @@ // Import cpu-profile first to start profiling early if enabled

deferredEntries: config.experimental.deferredEntries,
nextVersion: "16.3.0-canary.59"
nextVersion: "16.3.0-canary.60"
};

@@ -121,0 +121,0 @@ const sharedTurboOptions = {

@@ -42,3 +42,3 @@ #!/usr/bin/env node

const nextBuild = async (options, directory)=>{
process.title = `next-build (v${"16.3.0-canary.59"})`;
process.title = `next-build (v${"16.3.0-canary.60"})`;
process.on('SIGTERM', ()=>{

@@ -45,0 +45,0 @@ (0, _cpuprofile.saveCpuProfile)();

@@ -43,3 +43,3 @@ #!/usr/bin/env node

const bindings = await (0, _swc.loadBindings)((_config_experimental1 = config.experimental) == null ? void 0 : _config_experimental1.useWasmBinary);
await bindings.turbo.databaseCompact(cachePath, "16.3.0-canary.59");
await bindings.turbo.databaseCompact(cachePath, "16.3.0-canary.60");
console.log('Turbopack database compaction complete.');

@@ -46,0 +46,0 @@ };

@@ -18,3 +18,3 @@ /**

const _setattributesfromprops = require("./set-attributes-from-props");
const version = "16.3.0-canary.59";
const version = "16.3.0-canary.60";
window.next = {

@@ -21,0 +21,0 @@ version,

@@ -63,3 +63,3 @@ /* global location */ // imports polyfill from `@next/polyfill-module` after build.

const _isnextroutererror = require("./components/is-next-router-error");
const version = "16.3.0-canary.59";
const version = "16.3.0-canary.60";
let router;

@@ -66,0 +66,0 @@ const emitter = (0, _mitt.default)();

@@ -14,3 +14,3 @@ import path from 'path';

}({});
const nextVersion = "16.3.0-canary.59";
const nextVersion = "16.3.0-canary.60";
const ArchName = arch();

@@ -17,0 +17,0 @@ const PlatformName = platform();

@@ -69,3 +69,3 @@ import path from 'path';

isPersistentCachingEnabled: persistentCaching,
nextVersion: "16.3.0-canary.59"
nextVersion: "16.3.0-canary.60"
}, {

@@ -72,0 +72,0 @@ turbopackMemoryEviction: config.experimental.turbopackMemoryEvictionMode,

@@ -87,3 +87,3 @@ // Import cpu-profile first to start profiling early if enabled

deferredEntries: config.experimental.deferredEntries,
nextVersion: "16.3.0-canary.59"
nextVersion: "16.3.0-canary.60"
};

@@ -90,0 +90,0 @@ const sharedTurboOptions = {

@@ -8,3 +8,3 @@ /**

import { setAttributesFromProps } from './set-attributes-from-props';
const version = "16.3.0-canary.59";
const version = "16.3.0-canary.60";
window.next = {

@@ -11,0 +11,0 @@ version,

@@ -28,3 +28,3 @@ /* global location */ // imports polyfill from `@next/polyfill-module` after build.

import { isNextRouterError } from './components/is-next-router-error';
export const version = "16.3.0-canary.59";
export const version = "16.3.0-canary.60";
export let router;

@@ -31,0 +31,0 @@ export const emitter = mitt();

@@ -20,3 +20,3 @@ import { readFileSync, writeFileSync } from 'fs';

const data = await res.json();
const versionData = data.versions["16.3.0-canary.59"];
const versionData = data.versions["16.3.0-canary.60"];
return {

@@ -54,3 +54,3 @@ os: versionData.os,

lockfileParsed.dependencies[pkg] = {
version: "16.3.0-canary.59",
version: "16.3.0-canary.60",
resolved: pkgData.tarball,

@@ -63,3 +63,3 @@ integrity: pkgData.integrity,

lockfileParsed.packages[pkg] = {
version: "16.3.0-canary.59",
version: "16.3.0-canary.60",
resolved: pkgData.tarball,

@@ -66,0 +66,0 @@ integrity: pkgData.integrity,

@@ -26,3 +26,3 @@ import { loadEnvConfig } from '@next/env';

}
Log.bootstrap(`${bold(purple(`${Log.prefixes.ready} Next.js ${"16.3.0-canary.59"}`))}${versionSuffix}`);
Log.bootstrap(`${bold(purple(`${Log.prefixes.ready} Next.js ${"16.3.0-canary.60"}`))}${versionSuffix}`);
if (appUrl) {

@@ -29,0 +29,0 @@ Log.bootstrap(`- Local: ${appUrl}`);

@@ -112,3 +112,3 @@ // Start CPU profile if it wasn't already started.

let { port } = serverOptions;
process.title = `next-server (v${"16.3.0-canary.59"})`;
process.title = `next-server (v${"16.3.0-canary.60"})`;
let handlersReady = ()=>{};

@@ -115,0 +115,0 @@ let handlersError = ()=>{};

export function isStableBuild() {
return !"16.3.0-canary.59"?.includes('canary') && !process.env.__NEXT_TEST_MODE && !process.env.NEXT_PRIVATE_LOCAL_DEV;
return !"16.3.0-canary.60"?.includes('canary') && !process.env.__NEXT_TEST_MODE && !process.env.NEXT_PRIVATE_LOCAL_DEV;
}

@@ -4,0 +4,0 @@ export class CanaryOnlyConfigError extends Error {

@@ -75,3 +75,3 @@ "use strict";

const data = await res.json();
const versionData = data.versions["16.3.0-canary.59"];
const versionData = data.versions["16.3.0-canary.60"];
return {

@@ -104,3 +104,3 @@ os: versionData.os,

lockfileParsed.dependencies[pkg] = {
version: "16.3.0-canary.59",
version: "16.3.0-canary.60",
resolved: pkgData.tarball,

@@ -113,3 +113,3 @@ integrity: pkgData.integrity,

lockfileParsed.packages[pkg] = {
version: "16.3.0-canary.59",
version: "16.3.0-canary.60",
resolved: pkgData.tarball,

@@ -116,0 +116,0 @@ integrity: pkgData.integrity,

@@ -94,3 +94,3 @@ "use strict";

}
_log.bootstrap(`${(0, _picocolors.bold)((0, _picocolors.purple)(`${_log.prefixes.ready} Next.js ${"16.3.0-canary.59"}`))}${versionSuffix}`);
_log.bootstrap(`${(0, _picocolors.bold)((0, _picocolors.purple)(`${_log.prefixes.ready} Next.js ${"16.3.0-canary.60"}`))}${versionSuffix}`);
if (appUrl) {

@@ -97,0 +97,0 @@ _log.bootstrap(`- Local: ${appUrl}`);

@@ -180,3 +180,3 @@ // Start CPU profile if it wasn't already started.

let { port } = serverOptions;
process.title = `next-server (v${"16.3.0-canary.59"})`;
process.title = `next-server (v${"16.3.0-canary.60"})`;
let handlersReady = ()=>{};

@@ -183,0 +183,0 @@ let handlersError = ()=>{};

@@ -24,3 +24,3 @@ "use strict";

function isStableBuild() {
return !"16.3.0-canary.59"?.includes('canary') && !process.env.__NEXT_TEST_MODE && !process.env.NEXT_PRIVATE_LOCAL_DEV;
return !"16.3.0-canary.60"?.includes('canary') && !process.env.__NEXT_TEST_MODE && !process.env.NEXT_PRIVATE_LOCAL_DEV;
}

@@ -27,0 +27,0 @@ class CanaryOnlyConfigError extends Error {

@@ -84,3 +84,3 @@ "use strict";

ciName: _ciinfo.isCI && _ciinfo.name || null,
nextVersion: "16.3.0-canary.59"
nextVersion: "16.3.0-canary.60"
};

@@ -87,0 +87,0 @@ return traits;

@@ -14,7 +14,7 @@ "use strict";

// This should be an invariant, if it fails our build tooling is broken.
if (typeof "16.3.0-canary.59" !== 'string') {
if (typeof "16.3.0-canary.60" !== 'string') {
return [];
}
const payload = {
nextVersion: "16.3.0-canary.59",
nextVersion: "16.3.0-canary.60",
nodeVersion: process.version,

@@ -21,0 +21,0 @@ cliCommand: event.cliCommand,

@@ -41,3 +41,3 @@ "use strict";

payload: {
nextVersion: "16.3.0-canary.59",
nextVersion: "16.3.0-canary.60",
glibcVersion,

@@ -44,0 +44,0 @@ installedSwcPackages,

@@ -15,3 +15,3 @@ "use strict";

// This should be an invariant, if it fails our build tooling is broken.
if (typeof "16.3.0-canary.59" !== 'string') {
if (typeof "16.3.0-canary.60" !== 'string') {
return [];

@@ -21,3 +21,3 @@ }

const payload = {
nextVersion: "16.3.0-canary.59",
nextVersion: "16.3.0-canary.60",
nodeVersion: process.version,

@@ -24,0 +24,0 @@ cliCommand: event.cliCommand,

{
"name": "next",
"version": "16.3.0-canary.59",
"version": "16.3.0-canary.60",
"description": "The React Framework",

@@ -84,3 +84,3 @@ "main": "./dist/server/next.js",

"dependencies": {
"@next/env": "16.3.0-canary.59",
"@next/env": "16.3.0-canary.60",
"@swc/helpers": "0.5.15",

@@ -116,10 +116,10 @@ "baseline-browser-mapping": "^2.9.19",

"sharp": "^0.34.5",
"@next/swc-darwin-arm64": "16.3.0-canary.59",
"@next/swc-darwin-x64": "16.3.0-canary.59",
"@next/swc-linux-arm64-gnu": "16.3.0-canary.59",
"@next/swc-linux-arm64-musl": "16.3.0-canary.59",
"@next/swc-linux-x64-gnu": "16.3.0-canary.59",
"@next/swc-linux-x64-musl": "16.3.0-canary.59",
"@next/swc-win32-arm64-msvc": "16.3.0-canary.59",
"@next/swc-win32-x64-msvc": "16.3.0-canary.59"
"@next/swc-darwin-arm64": "16.3.0-canary.60",
"@next/swc-darwin-x64": "16.3.0-canary.60",
"@next/swc-linux-arm64-gnu": "16.3.0-canary.60",
"@next/swc-linux-arm64-musl": "16.3.0-canary.60",
"@next/swc-linux-x64-gnu": "16.3.0-canary.60",
"@next/swc-linux-x64-musl": "16.3.0-canary.60",
"@next/swc-win32-arm64-msvc": "16.3.0-canary.60",
"@next/swc-win32-x64-msvc": "16.3.0-canary.60"
},

@@ -126,0 +126,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display