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 5.1.0 to 5.1.1

4

files/index.js

@@ -287,6 +287,6 @@ import { handler } from 'HANDLER';

if (shutdown_timeout_id) {
shutdown_timeout_id = clearTimeout(shutdown_timeout_id);
clearTimeout(shutdown_timeout_id);
}
if (idle_timeout_id) {
idle_timeout_id = clearTimeout(idle_timeout_id);
clearTimeout(idle_timeout_id);
}

@@ -293,0 +293,0 @@

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

@@ -42,3 +42,3 @@ "keywords": [

"vitest": "^1.6.0",
"@sveltejs/kit": "^2.5.11"
"@sveltejs/kit": "^2.5.16"
},

@@ -45,0 +45,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