Socket
Socket
Sign inDemoInstall

@netlify/plugin-nextjs

Package Overview
Dependencies
Maintainers
18
Versions
257
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 4.39.4-rc-waf-fix-0.0.0 to 4.39.4

7

lib/templates/server.js

@@ -7,2 +7,3 @@ "use strict";

const handlerUtils_1 = require("./handlerUtils");
// eslint-disable-next-line max-lines-per-function
const getNetlifyNextServer = (NextServer) => {

@@ -95,2 +96,8 @@ class NetlifyNextServer extends NextServer {

}
// eslint-disable-next-line class-methods-use-this, require-await
async runMiddleware() {
return {
finished: false,
};
}
getNetlifyPathsForRoute(route) {

@@ -97,0 +104,0 @@ const { i18n } = this.nextConfig;

6

package.json
{
"name": "@netlify/plugin-nextjs",
"version": "4.39.4-rc-waf-fix-0.0.0",
"version": "4.39.4",
"description": "Run Next.js seamlessly on Netlify",

@@ -16,3 +16,3 @@ "main": "index.js",

"@netlify/functions": "^1.6.0",
"@netlify/ipx": "^1.4.3-rc-waf-fix-0.0.0",
"@netlify/ipx": "^1.4.3",
"@vercel/node-bridge": "^2.1.0",

@@ -41,3 +41,3 @@ "chalk": "^4.1.2",

"@delucis/if-env": "^1.1.2",
"@netlify/build": "^29.19.0",
"@netlify/build": "^29.20.1",
"@types/fs-extra": "^9.0.13",

@@ -44,0 +44,0 @@ "@types/jest": "^27.4.1",

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