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

@whatwg-node/server

Package Overview
Dependencies
Maintainers
1
Versions
713
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@whatwg-node/server - npm Package Compare versions

Comparing version 0.9.59 to 0.9.60-alpha-20241125204954-df97787c12cbe5e1c71a2dfb774c3c9b9408eefb

2

cjs/utils.js

@@ -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,

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