Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@netlify/plugin-nextjs

Package Overview
Dependencies
Maintainers
23
Versions
261
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@netlify/plugin-nextjs - npm Package Compare versions

Comparing version 5.3.2 to 5.3.3-canary-no-cache-fix.0

dist/esm-chunks/package-VUTYVNOL.js

5

dist/build/content/server.js

@@ -31,4 +31,4 @@

mkdir,
readdir,
readFile,
readdir,
readlink,

@@ -44,3 +44,2 @@ symlink,

import { RUN_CONFIG } from "../../run/constants.js";
import { logger } from "../../run/systemlog.cjs";
import { verifyNextVersion } from "../verification.js";

@@ -232,3 +231,3 @@ var tracer = wrapTracer(trace.getTracer("Next runtime"));

if (!definition.dataRoute?.endsWith("/default.rsc")) {
logger.log(`Unable to read cache tags for: ${path}`);
console.log(`Unable to read cache tags for: ${path}`);
}

@@ -235,0 +234,0 @@ }

2

dist/build/templates/handler-monorepo.tmpl.js

@@ -19,3 +19,3 @@ import {

const requestContext = createRequestContext(req.headers.get('x-next-debug-logging'))
const requestContext = createRequestContext(req)
const tracer = getTracer()

@@ -22,0 +22,0 @@

@@ -16,3 +16,3 @@ import {

}
const requestContext = createRequestContext(req.headers.get('x-next-debug-logging'))
const requestContext = createRequestContext(req)
const tracer = getTracer()

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

@@ -13,3 +13,3 @@ /**

/*
/*
┌─────────────────────────────────────────────────────────────────────────┐

@@ -90,3 +90,3 @@ │ Inlined/re-implemented types │

/*
/*
┌─────────────────────────────────────────────────────────────────────────┐

@@ -109,3 +109,3 @@ │ packages/next/src/shared/lib/escape-regexp.ts │

/*
/*
┌─────────────────────────────────────────────────────────────────────────┐

@@ -131,3 +131,3 @@ │ packages/next/src/shared/lib/router/utils/querystring.ts │

/*
/*
┌─────────────────────────────────────────────────────────────────────────┐

@@ -163,3 +163,3 @@ │ packages/next/src/shared/lib/router/utils/parse-url.ts │

/*
/*
┌─────────────────────────────────────────────────────────────────────────┐

@@ -400,3 +400,3 @@ │ packages/next/src/shared/lib/router/utils/prepare-destination.ts │

/*
/*
┌─────────────────────────────────────────────────────────────────────────┐

@@ -413,3 +413,3 @@ │ packages/next/src/shared/lib/router/utils/is-dynamic.ts │

/*
/*
┌─────────────────────────────────────────────────────────────────────────┐

@@ -416,0 +416,0 @@ │ packages/next/shared/lib/router/utils/middleware-route-matcher.ts │

import type { Context } from '@netlify/edge-functions'
import matchers from './matchers.json' assert { type: 'json' }
import nextConfig from './next.config.json' assert { type: 'json' }
import matchers from './matchers.json' with { type: 'json' }
import nextConfig from './next.config.json' with { type: 'json' }

@@ -6,0 +6,0 @@ import { InternalHeaders } from './lib/headers.ts'

{
"name": "@netlify/plugin-nextjs",
"version": "5.3.2",
"version": "5.3.3-canary-no-cache-fix.0",
"description": "Run Next.js seamlessly on Netlify",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

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

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