🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

fetch-http2

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fetch-http2 - npm Package Compare versions

Comparing version

to
1.0.2

4

dist/fetch.d.ts

@@ -5,3 +5,3 @@ /// <reference types="node" />

/// <reference types="node" />
import { ClientHttp2Stream, OutgoingHttpHeaders } from 'node:http2';
import { ClientHttp2Stream, IncomingHttpHeaders, OutgoingHttpHeaders } from 'node:http2';
export type RequestInfo = string | URL;

@@ -16,3 +16,3 @@ export interface RequestInit {

export interface Response {
readonly headers: OutgoingHttpHeaders;
readonly headers: IncomingHttpHeaders;
readonly ok: boolean;

@@ -19,0 +19,0 @@ readonly status: number;

{
"name": "fetch-http2",
"version": "1.0.1",
"version": "1.0.2",
"description": "Native http2 fetch implementation for Node.js",

@@ -5,0 +5,0 @@ "author": "Andrew Barba <barba@hey.com>",