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

@sveltejs/adapter-node

Package Overview
Dependencies
Maintainers
4
Versions
167
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 2.1.0 to 2.1.1

2

files/handler.js

@@ -1137,3 +1137,3 @@ import 'SHIMS';

const port_header = env('PORT_HEADER', '').toLowerCase();
const body_size_limit = parseInt(env('BODY_SIZE_LIMIT', '524288'));
const body_size_limit = parseInt(env('BODY_SIZE_LIMIT', '524288')) || undefined;

@@ -1140,0 +1140,0 @@ const dir = path.dirname(fileURLToPath(import.meta.url));

{
"name": "@sveltejs/adapter-node",
"version": "2.1.0",
"version": "2.1.1",
"description": "Adapter for SvelteKit apps that generates a standalone Node server",

@@ -35,3 +35,3 @@ "repository": {

"vitest": "^1.0.4",
"@sveltejs/kit": "^2.1.1"
"@sveltejs/kit": "^2.2.1"
},

@@ -38,0 +38,0 @@ "dependencies": {

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