supra-http
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -18,3 +18,4 @@ "use strict"; | ||
this.httpsAgent = new https_1.default.Agent({ | ||
keepAlive: true | ||
keepAlive: true, | ||
ciphers: 'DES-CBC3-SHA' | ||
}); | ||
@@ -21,0 +22,0 @@ } |
{ | ||
"name": "supra-http", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "Circuit breaking http client for NodeJs. And it is fast...", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
49690
1143