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.22 to 1.1.23

8

dist/proxy-server.js

@@ -71,5 +71,7 @@ "use strict";

requestLogger.error(`Error during processing request:`, err);
response
.writeHead(500)
.end(JSON.stringify({ value: { error: 'internal proxy server error', message: err.message, stacktrace: '' } }));
if (!response.writableEnded) {
response
.writeHead(500)
.end(JSON.stringify({ value: { error: 'internal proxy server error', message: err.message, stacktrace: '' } }));
}
}

@@ -76,0 +78,0 @@ finally {

{
"name": "@applitools/execution-grid-client",
"version": "1.1.22",
"version": "1.1.23",
"homepage": "https://applitools.com",

@@ -81,2 +81,4 @@ "bugs": {

"@applitools/bongo": "^2.1.6",
"@applitools/eg-tunnel": "^1.0.20",
"@applitools/scripts": "^1.1.0",
"@types/mocha": "^9.1.1",

@@ -83,0 +85,0 @@ "@types/node": "12",

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