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.55 to 0.9.56-alpha-20241118225909-f824d8ba44ac5656a08e47e3deb8aa9840bd1054

2

cjs/utils.js

@@ -500,3 +500,3 @@ "use strict";

const possibleEncodings = ['deflate', 'gzip', 'deflate-raw', 'br'];
if (fetchAPI.DecompressionStream['supportedFormats']) {
if (fetchAPI.DecompressionStream?.['supportedFormats']) {
supportedEncodings = fetchAPI.DecompressionStream['supportedFormats'];

@@ -503,0 +503,0 @@ }

@@ -478,3 +478,3 @@ export function isAsyncIterable(body) {

const possibleEncodings = ['deflate', 'gzip', 'deflate-raw', 'br'];
if (fetchAPI.DecompressionStream['supportedFormats']) {
if (fetchAPI.DecompressionStream?.['supportedFormats']) {
supportedEncodings = fetchAPI.DecompressionStream['supportedFormats'];

@@ -481,0 +481,0 @@ }

{
"name": "@whatwg-node/server",
"version": "0.9.55",
"version": "0.9.56-alpha-20241118225909-f824d8ba44ac5656a08e47e3deb8aa9840bd1054",
"description": "Fetch API compliant HTTP Server adapter",
"sideEffects": false,
"dependencies": {
"@whatwg-node/fetch": "^0.10.0",
"@whatwg-node/fetch": "0.10.2-alpha-20241118225909-f824d8ba44ac5656a08e47e3deb8aa9840bd1054",
"tslib": "^2.6.3"

@@ -9,0 +9,0 @@ },

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