Socket
Socket
Sign inDemoInstall

next

Package Overview
Dependencies
Maintainers
3
Versions
2775
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 14.2.12 to 14.2.13

2

dist/build/polyfills/polyfill-module.js

@@ -1,1 +0,1 @@

"trimStart"in String.prototype||(String.prototype.trimStart=String.prototype.trimLeft),"trimEnd"in String.prototype||(String.prototype.trimEnd=String.prototype.trimRight),"description"in Symbol.prototype||Object.defineProperty(Symbol.prototype,"description",{configurable:!0,get:function(){var t=/\((.*)\)/.exec(this.toString());return t?t[1]:void 0}}),Array.prototype.flat||(Array.prototype.flat=function(t,r){return r=this.concat.apply([],this),t>1&&r.some(Array.isArray)?r.flat(t-1):r},Array.prototype.flatMap=function(t,r){return this.map(t,r).flat()}),Promise.prototype.finally||(Promise.prototype.finally=function(t){if("function"!=typeof t)return this.then(t,t);var r=this.constructor||Promise;return this.then(function(n){return r.resolve(t()).then(function(){return n})},function(n){return r.resolve(t()).then(function(){throw n})})}),Object.fromEntries||(Object.fromEntries=function(t){return Array.from(t).reduce(function(t,r){return t[r[0]]=r[1],t},{})}),Array.prototype.at||(Array.prototype.at=function(t){var r=Math.trunc(t)||0;if(r<0&&(r+=this.length),!(r<0||r>=this.length))return this[r]}),Object.hasOwn||(Object.hasOwn=function(t,r){if(null==t)throw new TypeError("Cannot convert undefined or null to object");return Object.prototype.hasOwnProperty.call(Object(t),r)});
"trimStart"in String.prototype||(String.prototype.trimStart=String.prototype.trimLeft),"trimEnd"in String.prototype||(String.prototype.trimEnd=String.prototype.trimRight),"description"in Symbol.prototype||Object.defineProperty(Symbol.prototype,"description",{configurable:!0,get:function(){var t=/\((.*)\)/.exec(this.toString());return t?t[1]:void 0}}),Array.prototype.flat||(Array.prototype.flat=function(t,r){return r=this.concat.apply([],this),t>1&&r.some(Array.isArray)?r.flat(t-1):r},Array.prototype.flatMap=function(t,r){return this.map(t,r).flat()}),Promise.prototype.finally||(Promise.prototype.finally=function(t){if("function"!=typeof t)return this.then(t,t);var r=this.constructor||Promise;return this.then(function(n){return r.resolve(t()).then(function(){return n})},function(n){return r.resolve(t()).then(function(){throw n})})}),Object.fromEntries||(Object.fromEntries=function(t){return Array.from(t).reduce(function(t,r){return t[r[0]]=r[1],t},{})}),Array.prototype.at||(Array.prototype.at=function(t){var r=Math.trunc(t)||0;if(r<0&&(r+=this.length),!(r<0||r>=this.length))return this[r]}),Object.hasOwn||(Object.hasOwn=function(t,r){if(null==t)throw new TypeError("Cannot convert undefined or null to object");return Object.prototype.hasOwnProperty.call(Object(t),r)}),"canParse"in URL||(URL.canParse=function(t,r){try{return!!new URL(t,r)}catch(t){return!1}});

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

}
const nextVersion = "14.2.12";
const nextVersion = "14.2.13";
const ArchName = (0, _os.arch)();

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

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

});
const version = "14.2.12";
const version = "14.2.13";
window.next = {

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

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

const _reporttosocket = /*#__PURE__*/ _interop_require_default._(require("./tracing/report-to-socket"));
const version = "14.2.12";
const version = "14.2.13";
let router;

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

if (process.env.NODE_ENV === "development" && // Old versions of Safari don't return `PerformanceMeasure`s from `performance.measure()`
beforeHydrationMeasure !== undefined && hydrationMeasure !== undefined) {
beforeHydrationMeasure && hydrationMeasure) {
_tracer.default.startSpan("navigation-to-hydration", {

@@ -382,0 +382,0 @@ startTime: performance.timeOrigin + beforeHydrationMeasure.startTime,

@@ -1,1 +0,1 @@

export default function render(satori: any, resvg: any, opts: any, defaultFonts: any, element: any): Promise<any>;
export default function render(satori: any, resvg: any, opts: any, defaultFonts: any, element: any): Promise<Uint8Array>;
{
"name": "@vercel/og",
"version": "0.6.2",
"version": "0.6.3",
"LICENSE": "MLP-2.0",

@@ -5,0 +5,0 @@ "type": "module",

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

import { getDefineEnv } from "../webpack/plugins/define-env-plugin";
const nextVersion = "14.2.12";
const nextVersion = "14.2.13";
const ArchName = arch();

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

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

* - next/script with `beforeInteractive` strategy
*/ const version = "14.2.12";
*/ const version = "14.2.13";
window.next = {

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

@@ -29,3 +29,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 = "14.2.12";
export const version = "14.2.13";
export let router;

@@ -343,3 +343,3 @@ export const emitter = mitt();

if (process.env.NODE_ENV === "development" && // Old versions of Safari don't return `PerformanceMeasure`s from `performance.measure()`
beforeHydrationMeasure !== undefined && hydrationMeasure !== undefined) {
beforeHydrationMeasure && hydrationMeasure) {
tracer.startSpan("navigation-to-hydration", {

@@ -346,0 +346,0 @@ startTime: performance.timeOrigin + beforeHydrationMeasure.startTime,

@@ -187,3 +187,3 @@ import { existsSync } from "fs";

};
if (((_result_experimental = result.experimental) == null ? void 0 : _result_experimental.ppr) && !"14.2.12".includes("canary") && !process.env.__NEXT_TEST_MODE) {
if (((_result_experimental = result.experimental) == null ? void 0 : _result_experimental.ppr) && !"14.2.13".includes("canary") && !process.env.__NEXT_TEST_MODE) {
throw new Error(`The experimental.ppr preview feature can only be enabled when using the latest canary version of Next.js. See more info here: https://nextjs.org/docs/messages/ppr-preview`);

@@ -190,0 +190,0 @@ }

@@ -43,3 +43,3 @@ import { mkdir, writeFile } from "fs/promises";

const hotReloaderSpan = trace("hot-reloader", undefined, {
version: "14.2.12"
version: "14.2.13"
});

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

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

this.hotReloaderSpan = trace("hot-reloader", undefined, {
version: "14.2.12"
version: "14.2.13"
});

@@ -195,0 +195,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 ${"14.2.12"}`))}${process.env.TURBOPACK ? " (turbo)" : ""}`);
Log.bootstrap(`${bold(purple(`${Log.prefixes.ready} Next.js ${"14.2.13"}`))}${process.env.TURBOPACK ? " (turbo)" : ""}`);
if (appUrl) {

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

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

let { port } = serverOptions;
process.title = `next-server (v${"14.2.12"})`;
process.title = `next-server (v${"14.2.13"})`;
let handlersReady = ()=>{};

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

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

};
if (((_result_experimental = result.experimental) == null ? void 0 : _result_experimental.ppr) && !"14.2.12".includes("canary") && !process.env.__NEXT_TEST_MODE) {
if (((_result_experimental = result.experimental) == null ? void 0 : _result_experimental.ppr) && !"14.2.13".includes("canary") && !process.env.__NEXT_TEST_MODE) {
throw new Error(`The experimental.ppr preview feature can only be enabled when using the latest canary version of Next.js. See more info here: https://nextjs.org/docs/messages/ppr-preview`);

@@ -269,0 +269,0 @@ }

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

const hotReloaderSpan = (0, _trace.trace)("hot-reloader", undefined, {
version: "14.2.12"
version: "14.2.13"
});

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

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

this.hotReloaderSpan = (0, _trace.trace)("hot-reloader", undefined, {
version: "14.2.12"
version: "14.2.13"
});

@@ -271,0 +271,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 ${"14.2.12"}`))}${process.env.TURBOPACK ? " (turbo)" : ""}`);
_log.bootstrap(`${(0, _picocolors.bold)((0, _picocolors.purple)(`${_log.prefixes.ready} Next.js ${"14.2.13"}`))}${process.env.TURBOPACK ? " (turbo)" : ""}`);
if (appUrl) {

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

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

let { port } = serverOptions;
process.title = `next-server (v${"14.2.12"})`;
process.title = `next-server (v${"14.2.13"})`;
let handlersReady = ()=>{};

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

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

ciName: _ciinfo.isCI && _ciinfo.name || null,
nextVersion: "14.2.12"
nextVersion: "14.2.13"
};

@@ -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 "14.2.12" !== "string") {
if (typeof "14.2.13" !== "string") {
return [];
}
const payload = {
nextVersion: "14.2.12",
nextVersion: "14.2.13",
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 "14.2.12" !== "string") {
if (typeof "14.2.13" !== "string") {
return [];

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

const payload = {
nextVersion: "14.2.12",
nextVersion: "14.2.13",
nodeVersion: process.version,

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

{
"name": "next",
"version": "14.2.12",
"version": "14.2.13",
"description": "The React Framework",

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

"dependencies": {
"@next/env": "14.2.12",
"@next/env": "14.2.13",
"@swc/helpers": "0.5.5",

@@ -153,6 +153,6 @@ "busboy": "1.6.0",

"@napi-rs/triples": "1.2.0",
"@next/polyfill-module": "14.2.12",
"@next/polyfill-nomodule": "14.2.12",
"@next/react-refresh-utils": "14.2.12",
"@next/swc": "14.2.12",
"@next/polyfill-module": "14.2.13",
"@next/polyfill-nomodule": "14.2.13",
"@next/react-refresh-utils": "14.2.13",
"@next/swc": "14.2.13",
"@opentelemetry/api": "1.6.0",

@@ -329,12 +329,12 @@ "@playwright/test": "1.41.2",

"optionalDependencies": {
"@next/swc-darwin-arm64": "14.2.12",
"@next/swc-darwin-x64": "14.2.12",
"@next/swc-linux-arm64-gnu": "14.2.12",
"@next/swc-linux-arm64-musl": "14.2.12",
"@next/swc-linux-x64-gnu": "14.2.12",
"@next/swc-linux-x64-musl": "14.2.12",
"@next/swc-win32-arm64-msvc": "14.2.12",
"@next/swc-win32-ia32-msvc": "14.2.12",
"@next/swc-win32-x64-msvc": "14.2.12"
"@next/swc-darwin-arm64": "14.2.13",
"@next/swc-darwin-x64": "14.2.13",
"@next/swc-linux-arm64-gnu": "14.2.13",
"@next/swc-linux-arm64-musl": "14.2.13",
"@next/swc-linux-x64-gnu": "14.2.13",
"@next/swc-linux-x64-musl": "14.2.13",
"@next/swc-win32-arm64-msvc": "14.2.13",
"@next/swc-win32-ia32-msvc": "14.2.13",
"@next/swc-win32-x64-msvc": "14.2.13"
}
}

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 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 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 not supported yet

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

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 not supported yet

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