agentkeepalive
Advanced tools
Comparing version 4.1.3 to 4.1.4
4.1.4 / 2021-02-05 | ||
================== | ||
**fixes** | ||
* [[`4d04794`](http://github.com/node-modules/agentkeepalive/commit/4d047946b1547b4edff92ea40205aee4f0c8aa46)] - fix(types): correct `Https` constructor argument (#89) (Simen Bekkhus <<sbekkhus91@gmail.com>>) | ||
4.1.3 / 2020-06-15 | ||
@@ -3,0 +9,0 @@ ================== |
@@ -53,3 +53,3 @@ import * as http from 'http'; | ||
export class HttpsAgent extends https.Agent { | ||
constructor(opts?: HttpOptions); | ||
constructor(opts?: HttpsOptions); | ||
readonly statusChanged: boolean; | ||
@@ -56,0 +56,0 @@ createSocket(req: http.IncomingMessage, options: http.RequestOptions, cb: Function): void; |
{ | ||
"name": "agentkeepalive", | ||
"version": "4.1.3", | ||
"version": "4.1.4", | ||
"description": "Missing keepalive http.Agent", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
37186