New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fetch-h2

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fetch-h2 - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

4

dist/lib/body.d.ts

@@ -40,4 +40,4 @@ /// <reference types="node" />

private _getLength;
readonly mime: string | undefined;
readonly length: number | null;
get mime(): string | undefined;
get length(): number | null;
}

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

.forEach(name => { delete requestHeaders[name]; });
const pushedRequest = new request_1.Request(path, { headers: requestHeaders });
const pushedRequest = new request_1.Request(path, { headers: requestHeaders, allowForbiddenHeaders: true });
ref();

@@ -179,0 +179,0 @@ const futureResponse = new Promise((resolve, reject) => {

@@ -1,1 +0,1 @@

export declare const version = "2.2.1";
export declare const version = "2.2.2";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = "2.2.1";
exports.version = "2.2.2";
//# sourceMappingURL=version.js.map
{
"name": "fetch-h2",
"version": "2.2.1",
"version": "2.2.2",
"description": "HTTP/1+2 Fetch API client for Node.js",

@@ -5,0 +5,0 @@ "author": "Gustaf Räntilä",

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