@applitools/eg-socks5-proxy-server
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "@applitools/eg-socks5-proxy-server", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -261,3 +261,3 @@ const { | ||
const proxyServer = self.options.proxyServer | ||
const proxyServer = {...self.options.proxyServer} | ||
@@ -460,2 +460,6 @@ if (proxyServer){ | ||
} | ||
setProxyServer = (proxyServer) => { | ||
this.options.proxyServer = proxyServer | ||
} | ||
} | ||
@@ -462,0 +466,0 @@ |
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
21136
534