@whatwg-node/server
Advanced tools
Comparing version 0.9.59 to 0.9.60-alpha-20241125204954-df97787c12cbe5e1c71a2dfb774c3c9b9408eefb
@@ -550,3 +550,3 @@ "use strict"; | ||
} | ||
const terminateEvents = ['SIGINT', 'exit']; | ||
const terminateEvents = ['SIGINT', 'exit', 'SIGTERM']; | ||
const disposableStacks = new Set(); | ||
@@ -553,0 +553,0 @@ let eventListenerRegistered = false; |
@@ -527,3 +527,3 @@ export function isAsyncIterable(body) { | ||
} | ||
const terminateEvents = ['SIGINT', 'exit']; | ||
const terminateEvents = ['SIGINT', 'exit', 'SIGTERM']; | ||
const disposableStacks = new Set(); | ||
@@ -530,0 +530,0 @@ let eventListenerRegistered = false; |
{ | ||
"name": "@whatwg-node/server", | ||
"version": "0.9.59", | ||
"version": "0.9.60-alpha-20241125204954-df97787c12cbe5e1c71a2dfb774c3c9b9408eefb", | ||
"description": "Fetch API compliant HTTP Server adapter", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
153559