New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

next-server

Package Overview
Dependencies
Maintainers
31
Versions
254
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

next-server - npm Package Compare versions

Comparing version 8.0.0-canary.14 to 8.0.0-canary.15

4

dist/lib/constants.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PHASE_EXPORT = 'phase-export';
exports.PHASE_PRODUCTION_BUILD = 'phase-production-build';
exports.PHASE_PRODUCTION_SERVER = 'phase-production-server';
exports.PHASE_DEVELOPMENT_SERVER = 'phase-development-server';
exports.PAGES_MANIFEST = 'pages-manifest.json';

@@ -4,0 +8,0 @@ exports.BUILD_MANIFEST = 'build-manifest.json';

4

dist/server/next-server.js

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

currentPhase() {
return 'phase-production-server';
return constants_1.PHASE_PRODUCTION_SERVER;
}

@@ -190,3 +190,3 @@ logError(...args) {

if (this.nextConfig.poweredByHeader) {
res.setHeader('X-Powered-By', 'Next.js ' + "8.0.0-canary.14");
res.setHeader('X-Powered-By', 'Next.js ' + "8.0.0-canary.15");
}

@@ -193,0 +193,0 @@ return this.sendHTML(req, res, html);

{
"name": "next-server",
"version": "8.0.0-canary.14",
"version": "8.0.0-canary.15",
"main": "./index.js",

@@ -54,3 +54,3 @@ "license": "MIT",

},
"gitHead": "024323b6d85919bb86760e3704434d551fa9a0be"
"gitHead": "f05d339dcfe6c9750a20b54b231c384d3919495a"
}
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