Socket
Socket
Sign inDemoInstall

@applitools/core-base

Package Overview
Dependencies
Maintainers
34
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/core-base - npm Package Compare versions

Comparing version 1.1.17 to 1.1.18

5

dist/open-eyes.js

@@ -43,3 +43,6 @@ "use strict";

try {
if (((_a = settings.batch) === null || _a === void 0 ? void 0 : _a.id) && !branches.branchName && !branches.parentBranchName) {
if (((_a = settings.batch) === null || _a === void 0 ? void 0 : _a.id) &&
!settings.batch.id.startsWith('generated') &&
!branches.branchName &&
!branches.parentBranchName) {
branches = await requests.getBatchBranches({ settings: { ...settings, batchId: settings.batch.id } });

@@ -46,0 +49,0 @@ }

3

dist/server/requests.js

@@ -304,2 +304,5 @@ "use strict";

},
query: {
updateBaseline: test.isNew ? settings === null || settings === void 0 ? void 0 : settings.updateBaselineIfNew : settings === null || settings === void 0 ? void 0 : settings.updateBaselineIfDifferent,
},
hooks: {

@@ -306,0 +309,0 @@ beforeRetry({ response, stop }) {

{
"name": "@applitools/core-base",
"version": "1.1.17",
"version": "1.1.18",
"homepage": "https://applitools.com",

@@ -5,0 +5,0 @@ "bugs": {

@@ -109,3 +109,3 @@ /// <reference types="node" />

};
declare type Batch = {
export declare type Batch = {
id?: string;

@@ -112,0 +112,0 @@ name?: string;

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