Socket
Socket
Sign inDemoInstall

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.1.2 to 2.1.3

8

index.d.ts

@@ -16,3 +16,3 @@ // See https://github.com/facebook/jest/issues/2549

h2session?: http2.ClientHttp2Session;
agent?: Agent;
agent?: Agent | false;
}

@@ -22,5 +22,5 @@

agent?: {
http?: http.Agent;
https?: https.Agent;
http2?: Agent;
http?: http.Agent | false;
https?: https.Agent | false;
http2?: Agent | false;
};

@@ -27,0 +27,0 @@ resolveProtocol?: ResolveProtocolFunction;

{
"name": "http2-wrapper",
"version": "2.1.2",
"version": "2.1.3",
"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