next-server
Advanced tools
Comparing version 8.0.0-canary.1 to 8.0.0-canary.2
@@ -191,3 +191,3 @@ "use strict"; | ||
if (this.nextConfig.poweredByHeader) { | ||
res.setHeader('X-Powered-By', 'Next.js ' + "8.0.0-canary.1"); | ||
res.setHeader('X-Powered-By', 'Next.js ' + "8.0.0-canary.2"); | ||
} | ||
@@ -194,0 +194,0 @@ return this.sendHTML(req, res, html); |
{ | ||
"name": "next-server", | ||
"version": "8.0.0-canary.1", | ||
"version": "8.0.0-canary.2", | ||
"main": "./index.js", | ||
@@ -55,3 +55,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "fd3cb2a1909e68e5fd733f781079d0763ea858ea" | ||
"gitHead": "7d080760a89a7e7de3dfc6bae5f4633361a3ead3" | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0