Comparing version 13.2.3 to 13.2.4
@@ -57,3 +57,5 @@ 'use strict' | ||
const timeout = | ||
options.timeout || (options.agent && options.agent.options.timeout) | ||
options.timeout || | ||
(options.agent && options.agent.options && options.agent.options.timeout) | ||
if (timeout) { | ||
@@ -60,0 +62,0 @@ this.socket.setTimeout(timeout) |
@@ -10,3 +10,3 @@ { | ||
], | ||
"version": "13.2.3", | ||
"version": "13.2.4", | ||
"author": "Pedro Teixeira <pedro.teixeira@gmail.com>", | ||
@@ -13,0 +13,0 @@ "repository": { |
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
178913
3505