Socket
Socket
Sign inDemoInstall

@sveltejs/adapter-node

Package Overview
Dependencies
Maintainers
4
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sveltejs/adapter-node - npm Package Compare versions

Comparing version 1.0.0-next.90 to 1.0.0-next.91

4

package.json
{
"name": "@sveltejs/adapter-node",
"version": "1.0.0-next.90",
"version": "1.0.0-next.91",
"repository": {

@@ -27,3 +27,3 @@ "type": "git",

"@rollup/plugin-json": "^4.1.0",
"@sveltejs/kit": "1.0.0-next.481",
"@sveltejs/kit": "1.0.0-next.482",
"@types/node": "^16.11.36",

@@ -30,0 +30,0 @@ "c8": "^7.11.3",

@@ -74,3 +74,3 @@ # @sveltejs/adapter-node

The maximum request body size to accept in bytes. Defaults to 512kb. This option does not allow streaming. You can disable this option with a value of 0 and implement a custom check in [`handle`](https://kit.svelte.dev/docs/hooks#server-hooks-handle) if you need something more advanced.
The maximum request body size to accept in bytes including while streaming. Defaults to 512kb. You can disable this option with a value of 0 and implement a custom check in [`handle`](https://kit.svelte.dev/docs/hooks#server-hooks-handle) if you need something more advanced.

@@ -77,0 +77,0 @@ ## Options

Sorry, the diff of this file is too big to display

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