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

@applitools/visual-grid-client

Package Overview
Dependencies
Maintainers
12
Versions
574
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 5.3.4 to 5.3.5

2

package.json
{
"name": "@applitools/visual-grid-client",
"version": "5.3.4",
"version": "5.3.5",
"description": "",

@@ -5,0 +5,0 @@ "main": "src/visual-grid-client.js",

@@ -95,2 +95,3 @@ 'use strict';

wrappers,
browsers,
isDisabled,

@@ -97,0 +98,0 @@ batchName,

@@ -27,2 +27,3 @@ 'use strict';

wrappers,
browsers,
isDisabled,

@@ -49,3 +50,10 @@ batchName,

const batchInfo = new BatchInfo(batchName, null, batchId);
for (const wrapper of wrappers) {
for (let i = 0, ii = wrappers.length; i < ii; i++) {
const wrapper = wrappers[i];
const browser = browsers[i];
if (browser.deviceName) {
wrapper.setDeviceInfo(browser.deviceName);
}
validateAndAddProperties(wrapper, properties);

@@ -52,0 +60,0 @@ wrapper.setBatch(batchInfo);

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