Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@fastly/next-compute-js-server-13.0.1

Package Overview
Dependencies
Maintainers
20
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fastly/next-compute-js-server-13.0.1

Next.js Runtime for Fastly Compute (13.0.1)

latest
npmnpm
Version
0.3.1
Version published
Maintainers
20
Created
Source

Next.js Runtime Server on Fastly Compute

This is an implementation of Next.js's BaseServer for Fastly Compute, and the behavior is modeled highly off of NextNodeServer. It enables running pages and API routes that target the nodejs runtime on Compute.

NextWebServer (the Edge Runtime version) should be possible to run without this port.

There is a separate library that corresponds to each release of Next.js, maintained in separate branches of this library.

The versions of Next.js that this library is compatible with are listed in the COMPATIBLE_NEXT_VERSIONS constant in ./src/node/function-transform/constants.ts.

Usage

This library is typically used with @fastly/next-compute-js, to implement the runtime for pages and API routes that target the nodejs runtime. See @fastly/next-compute-js for more details.

Issues

If you encounter any non-security-related bug or unexpected behavior, please file an issue using the bug report template.

Security issues

Please see our SECURITY.md for guidance on reporting security-related issues.

License

MIT.

FAQs

Package last updated on 14 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts