typed-rest-client
Advanced tools
Comparing version 1.8.0 to 1.8.1
@@ -353,2 +353,4 @@ "use strict"; | ||
info.options.method = method; | ||
info.options.timeout = (this.requestOptions && this.requestOptions.socketTimeout) || this._socketTimeout; | ||
this._socketTimeout = info.options.timeout; | ||
info.options.headers = this._mergeHeaders(headers); | ||
@@ -355,0 +357,0 @@ if (this.userAgent != null) { |
{ | ||
"name": "typed-rest-client", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"description": "Node Rest and Http Clients for use with TypeScript", | ||
@@ -5,0 +5,0 @@ "main": "./RestClient.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
156122
1694