Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,8 @@ | ||
## [1.0.1](https://github.com/Safe-Security/praxios/compare/v1.0.0...v1.0.1) (2021-09-30) | ||
### Bug Fixes | ||
* remove handling of NO_PROXY ([#3](https://github.com/Safe-Security/praxios/issues/3)) ([2803e44](https://github.com/Safe-Security/praxios/commit/2803e44eb1bd2115688171f135765bfb4921f685)) | ||
# 1.0.0 (2021-09-29) | ||
@@ -2,0 +9,0 @@ |
@@ -8,3 +8,3 @@ "use strict"; | ||
exports.tunnel = tunnel; | ||
var _a = process.env, PROXY_HOST = _a.PROXY_HOST, PROXY_PORT = _a.PROXY_PORT, PROXY_USERNAME = _a.PROXY_USERNAME, PROXY_PASSWORD = _a.PROXY_PASSWORD, NO_PROXY = _a.NO_PROXY; | ||
var _a = process.env, PROXY_HOST = _a.PROXY_HOST, PROXY_PORT = _a.PROXY_PORT, PROXY_USERNAME = _a.PROXY_USERNAME, PROXY_PASSWORD = _a.PROXY_PASSWORD; | ||
var isProxyDefined = function () { | ||
@@ -25,3 +25,2 @@ return PROXY_HOST !== undefined && PROXY_PORT !== undefined; | ||
port: Number(PROXY_PORT), | ||
localAddress: NO_PROXY, | ||
proxyAuth: getProxyAuth(), | ||
@@ -28,0 +27,0 @@ }, |
{ | ||
"name": "praxios", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "wrapper to support corporate proxies in axios", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
5399
9
34