@applitools/execution-grid-tunnel
Advanced tools
Comparing version 1.0.12 to 1.0.13
{ | ||
"name": "@applitools/execution-grid-tunnel", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "scripts/run-execution-grid-tunnel.js", |
@@ -34,2 +34,3 @@ 'use strict' | ||
port = process.env.APPLITOOLS_EG_TUNNEL_PORT, | ||
host = process.env.APPLITOOLS_EG_TUNNEL_HOST || 'localhost', | ||
egTunnelManagerUrl = process.env.APPLITOOLS_EG_TUNNEL_MANAGER_URL || | ||
@@ -183,3 +184,3 @@ 'https://exec-wus.applitools.com', | ||
const address = await app.listen({port, host: 'localhost'}) | ||
const address = await app.listen({port, host}) | ||
console.log(`execution-grid-tunnel service is available on http://localhost:${port}`) | ||
@@ -186,0 +187,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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
46828
1308
24