Socket
Socket
Sign inDemoInstall

next

Package Overview
Dependencies
Maintainers
3
Versions
2750
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 15.0.0-canary.136 to 15.0.0-canary.137

2

dist/build/swc/index.js

@@ -134,3 +134,3 @@ /* eslint-disable @typescript-eslint/no-use-before-define */ "use strict";

}
const nextVersion = "15.0.0-canary.136";
const nextVersion = "15.0.0-canary.137";
const ArchName = (0, _os.arch)();

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

@@ -16,3 +16,3 @@ /**

});
const version = "15.0.0-canary.136";
const version = "15.0.0-canary.137";
window.next = {

@@ -19,0 +19,0 @@ version,

@@ -63,3 +63,3 @@ /* global location */ "use strict";

const _reporttosocket = /*#__PURE__*/ _interop_require_default._(require("./tracing/report-to-socket"));
const version = "15.0.0-canary.136";
const version = "15.0.0-canary.137";
let router;

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

@@ -14,3 +14,3 @@ /* eslint-disable @typescript-eslint/no-use-before-define */ import path from 'path';

import { TurbopackInternalError } from '../../server/dev/turbopack-utils';
const nextVersion = "15.0.0-canary.136";
const nextVersion = "15.0.0-canary.137";
const ArchName = arch();

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

@@ -6,3 +6,3 @@ /**

* - next/script with `beforeInteractive` strategy
*/ const version = "15.0.0-canary.136";
*/ const version = "15.0.0-canary.137";
window.next = {

@@ -9,0 +9,0 @@ version,

@@ -28,3 +28,3 @@ /* global location */ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";

import reportToSocket from './tracing/report-to-socket';
export const version = "15.0.0-canary.136";
export const version = "15.0.0-canary.137";
export let router;

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

@@ -47,3 +47,3 @@ import { mkdir, writeFile } from 'fs/promises';

const hotReloaderSpan = trace('hot-reloader', undefined, {
version: "15.0.0-canary.136"
version: "15.0.0-canary.137"
});

@@ -50,0 +50,0 @@ // Ensure the hotReloaderSpan is flushed immediately as it's the parentSpan for all processing

@@ -186,3 +186,3 @@ import { webpack, StringXor } from 'next/dist/compiled/webpack/webpack';

this.hotReloaderSpan = trace('hot-reloader', undefined, {
version: "15.0.0-canary.136"
version: "15.0.0-canary.137"
});

@@ -189,0 +189,0 @@ // Ensure the hotReloaderSpan is flushed immediately as it's the parentSpan for all processing

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

export function logStartInfo({ networkUrl, appUrl, envInfo, expFeatureInfo, maxExperimentalFeatures = Infinity }) {
Log.bootstrap(`${bold(purple(`${Log.prefixes.ready} Next.js ${"15.0.0-canary.136"}`))}${process.env.TURBOPACK ? ' (turbo)' : ''}`);
Log.bootstrap(`${bold(purple(`${Log.prefixes.ready} Next.js ${"15.0.0-canary.137"}`))}${process.env.TURBOPACK ? ' (turbo)' : ''}`);
if (appUrl) {

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

@@ -43,3 +43,3 @@ if (performance.getEntriesByName('next-start').length === 0) {

let { port } = serverOptions;
process.title = `next-server (v${"15.0.0-canary.136"})`;
process.title = `next-server (v${"15.0.0-canary.137"})`;
let handlersReady = ()=>{};

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

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

const hotReloaderSpan = (0, _trace.trace)('hot-reloader', undefined, {
version: "15.0.0-canary.136"
version: "15.0.0-canary.137"
});

@@ -106,0 +106,0 @@ // Ensure the hotReloaderSpan is flushed immediately as it's the parentSpan for all processing

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

this.hotReloaderSpan = (0, _trace.trace)('hot-reloader', undefined, {
version: "15.0.0-canary.136"
version: "15.0.0-canary.137"
});

@@ -265,0 +265,0 @@ // Ensure the hotReloaderSpan is flushed immediately as it's the parentSpan for all processing

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

function logStartInfo({ networkUrl, appUrl, envInfo, expFeatureInfo, maxExperimentalFeatures = Infinity }) {
_log.bootstrap(`${(0, _picocolors.bold)((0, _picocolors.purple)(`${_log.prefixes.ready} Next.js ${"15.0.0-canary.136"}`))}${process.env.TURBOPACK ? ' (turbo)' : ''}`);
_log.bootstrap(`${(0, _picocolors.bold)((0, _picocolors.purple)(`${_log.prefixes.ready} Next.js ${"15.0.0-canary.137"}`))}${process.env.TURBOPACK ? ' (turbo)' : ''}`);
if (appUrl) {

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

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

let { port } = serverOptions;
process.title = `next-server (v${"15.0.0-canary.136"})`;
process.title = `next-server (v${"15.0.0-canary.137"})`;
let handlersReady = ()=>{};

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

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

ciName: _ciinfo.isCI && _ciinfo.name || null,
nextVersion: "15.0.0-canary.136"
nextVersion: "15.0.0-canary.137"
};

@@ -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 "15.0.0-canary.136" !== 'string') {
if (typeof "15.0.0-canary.137" !== 'string') {
return [];
}
const payload = {
nextVersion: "15.0.0-canary.136",
nextVersion: "15.0.0-canary.137",
nodeVersion: process.version,

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

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

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

@@ -45,3 +45,3 @@ }

const payload = {
nextVersion: "15.0.0-canary.136",
nextVersion: "15.0.0-canary.137",
nodeVersion: process.version,

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

{
"name": "next",
"version": "15.0.0-canary.136",
"version": "15.0.0-canary.137",
"description": "The React Framework",

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

"dependencies": {
"@next/env": "15.0.0-canary.136",
"@next/env": "15.0.0-canary.137",
"@swc/counter": "0.1.3",

@@ -132,11 +132,11 @@ "@swc/helpers": "0.5.12",

"sharp": "^0.33.4",
"@next/swc-darwin-arm64": "15.0.0-canary.136",
"@next/swc-darwin-x64": "15.0.0-canary.136",
"@next/swc-linux-arm64-gnu": "15.0.0-canary.136",
"@next/swc-linux-arm64-musl": "15.0.0-canary.136",
"@next/swc-linux-x64-gnu": "15.0.0-canary.136",
"@next/swc-linux-x64-musl": "15.0.0-canary.136",
"@next/swc-win32-arm64-msvc": "15.0.0-canary.136",
"@next/swc-win32-ia32-msvc": "15.0.0-canary.136",
"@next/swc-win32-x64-msvc": "15.0.0-canary.136"
"@next/swc-darwin-arm64": "15.0.0-canary.137",
"@next/swc-darwin-x64": "15.0.0-canary.137",
"@next/swc-linux-arm64-gnu": "15.0.0-canary.137",
"@next/swc-linux-arm64-musl": "15.0.0-canary.137",
"@next/swc-linux-x64-gnu": "15.0.0-canary.137",
"@next/swc-linux-x64-musl": "15.0.0-canary.137",
"@next/swc-win32-arm64-msvc": "15.0.0-canary.137",
"@next/swc-win32-ia32-msvc": "15.0.0-canary.137",
"@next/swc-win32-x64-msvc": "15.0.0-canary.137"
},

@@ -174,7 +174,7 @@ "devDependencies": {

"@napi-rs/triples": "1.2.0",
"@next/font": "15.0.0-canary.136",
"@next/polyfill-module": "15.0.0-canary.136",
"@next/polyfill-nomodule": "15.0.0-canary.136",
"@next/react-refresh-utils": "15.0.0-canary.136",
"@next/swc": "15.0.0-canary.136",
"@next/font": "15.0.0-canary.137",
"@next/polyfill-module": "15.0.0-canary.137",
"@next/polyfill-nomodule": "15.0.0-canary.137",
"@next/react-refresh-utils": "15.0.0-canary.137",
"@next/swc": "15.0.0-canary.137",
"@opentelemetry/api": "1.6.0",

@@ -181,0 +181,0 @@ "@playwright/test": "1.41.2",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc