http2-wrapper
Advanced tools
Comparing version 2.0.7 to 2.0.8
@@ -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 @@ |
{ | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
70140
1821