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

@applitools/execution-grid-tunnel

Package Overview
Dependencies
Maintainers
51
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.1.8 to 2.1.9

2

package.json
{
"name": "@applitools/execution-grid-tunnel",
"version": "2.1.8",
"version": "2.1.9",
"description": "",

@@ -5,0 +5,0 @@ "main": "scripts/run-execution-grid-tunnel.js",

@@ -308,7 +308,10 @@ 'use strict'

if (port === undefined) {
port = await findFreePort(50000, 60000)
port = 0
}
// const address = await app.listen({port, host})
const address = await app.listen({port, host})
console.log(`execution-grid-tunnel service is available on http://localhost:${port}`)
console.log(
`execution-grid-tunnel service is available on http://localhost:${app.server.address().port}`,
)

@@ -319,3 +322,3 @@ serviceLogger.info({

success: true,
address: `http://localhost:${port}`,
address: `http://localhost:${app.server.address().port}`,
})

@@ -322,0 +325,0 @@

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