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

agentkeepalive

Package Overview
Dependencies
Maintainers
4
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agentkeepalive - npm Package Compare versions

Comparing version 4.1.3 to 4.1.4

6

History.md
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 @@ ==================

2

index.d.ts

@@ -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",

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