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.0.1 to 5.0.2

2

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

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

@@ -10,6 +10,6 @@ 'use strict';

function initConfig(configParams) {
function initConfig({configParams, configPath} = {}) {
let defaultConfig = {};
try {
const result = explorer.searchSync();
const result = configPath ? explorer.loadSync(configPath) : explorer.searchSync();
if (result) {

@@ -21,3 +21,3 @@ const {config, filepath} = result;

} catch (ex) {
logger.log('an error occurred while searching for configuration', ex);
logger.log(`an error occurred while loading configuration. configPath=${configPath}\n`, ex);
}

@@ -24,0 +24,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