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

next-server

Package Overview
Dependencies
Maintainers
49
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.1.1-canary.49 to 8.1.1-canary.50

9

dist/server/next-server.d.ts

@@ -8,5 +8,14 @@ /// <reference types="node" />

export declare type ServerConstructor = {
/**
* Where the Next project is located - @default '.'
*/
dir?: string;
staticMarkup?: boolean;
/**
* Hide error messages containing server information - @default false
*/
quiet?: boolean;
/**
* Object what you would use in next.config.js - @default {}
*/
conf?: NextConfig;

@@ -13,0 +22,0 @@ };

4

package.json
{
"name": "next-server",
"version": "8.1.1-canary.49",
"version": "8.1.1-canary.50",
"main": "./index.js",

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

},
"gitHead": "4b27507be2d2bbc19ce851147037bfe0220d434d"
"gitHead": "d1b7b829222b94f97f2fd99cbd0ca46c60e18a1c"
}
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