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.0.5 to 0.0.6

1

index.d.ts
/// <reference types="node" />
/// <reference lib="webworker" />
import type { RequestListener, ServerResponse } from 'node:http';

@@ -3,0 +4,0 @@ import { NodeRequest } from './utils';

@@ -135,2 +135,3 @@ 'use strict';

/// <reference lib="webworker" />
function createServerAdapter({ Request: RequestCtor = fetch.Request, handleRequest, baseObject, }) {

@@ -137,0 +138,0 @@ function fetchFn(...[input, init]) {

2

package.json
{
"name": "@whatwg-node/server",
"version": "0.0.5",
"version": "0.0.6",
"description": "Fetch API compliant HTTP Server adapter",

@@ -5,0 +5,0 @@ "sideEffects": false,

Sorry, the diff of this file is not supported yet

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