@applitools/execution-grid-client
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -57,3 +57,3 @@ "use strict"; | ||
requestLogger.log('Passthrough request'); | ||
return (0, proxy_1.proxy)(request, response, { target: forwardingUrl }); | ||
return await (0, proxy_1.proxy)(request, response, { target: forwardingUrl }); | ||
} | ||
@@ -118,3 +118,3 @@ } | ||
logger.log(`Request was intercepted with sessionId:`, sessionId); | ||
const proxyResponse = await (0, proxy_1.proxy)(request, response, { target: forwardingUrl, handle: true }); | ||
await (0, proxy_1.proxy)(request, response, { target: forwardingUrl }); | ||
const session = sessions.get(sessionId); | ||
@@ -126,5 +126,4 @@ if (session.tunnelId) { | ||
sessions.delete(sessionId); | ||
proxyResponse.pipe(response.writeHead(proxyResponse.statusCode, proxyResponse.headers)); | ||
} | ||
} | ||
exports.makeServer = makeServer; |
{ | ||
"name": "@applitools/execution-grid-client", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
2
32700
335