Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@applitools/execution-grid-client

Package Overview
Dependencies
Maintainers
30
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/execution-grid-client - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

5

dist/proxy-server.js

@@ -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;

2

package.json
{
"name": "@applitools/execution-grid-client",
"version": "1.1.2",
"version": "1.1.3",
"description": "",

@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc