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.0 to 2.1.1

4

index.d.ts

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

import http2 = require('http2');
import QuickLRU from 'quick-lru';
// Note: do not convert this to import from.
import QuickLRU = require('quick-lru');
export interface RequestOptions extends Omit<https.RequestOptions, 'session' | 'agent'> {

@@ -13,0 +15,0 @@ tlsSession?: tls.ConnectionOptions['session'];

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