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

http2-wrapper

Package Overview
Dependencies
Maintainers
2
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http2-wrapper - npm Package Compare versions

Comparing version 2.0.7 to 2.0.8

5

index.d.ts

@@ -9,7 +9,8 @@ // See https://github.com/facebook/jest/issues/2549

import http2 = require('http2');
import QuickLRU = require('quick-lru');
import QuickLRU from 'quick-lru';
export interface RequestOptions extends Omit<https.RequestOptions, 'session'> {
export interface RequestOptions extends Omit<https.RequestOptions, 'session' | 'agent'> {
tlsSession?: tls.ConnectionOptions['session'];
h2session?: http2.ClientHttp2Session;
agent?: Agent;
}

@@ -16,0 +17,0 @@

2

package.json
{
"name": "http2-wrapper",
"version": "2.0.7",
"version": "2.0.8",
"description": "HTTP2 client, just with the familiar `https` API",

@@ -5,0 +5,0 @@ "main": "source",

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