Socket
Socket
Sign inDemoInstall

@applitools/core-base

Package Overview
Dependencies
Maintainers
36
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.43 to 1.1.44

5

dist/server/requests.js

@@ -121,2 +121,3 @@ "use strict";

rendererInfo: (_g = settings.environment) === null || _g === void 0 ? void 0 : _g.rendererInfo,
keepIfDuplicate: !!settings.baselineEnvName,
};

@@ -414,2 +415,4 @@ if (result.renderingInfo) {

result.isNew = test.isNew;
result.keepIfDuplicate = test.keepIfDuplicate;
result.server = test.server;
// for backwards compatibility with outdated servers

@@ -441,2 +444,4 @@ (_a = result.status) !== null && _a !== void 0 ? _a : (result.status = result.missing === 0 && result.mismatches === 0 ? 'Passed' : 'Unresolved');

result.userTestId = test.userTestId;
result.keepIfDuplicate = test.keepIfDuplicate;
result.server = test.server;
logger.log('Request "abort" finished successfully with body', result);

@@ -443,0 +448,0 @@ return [result];

6

package.json
{
"name": "@applitools/core-base",
"version": "1.1.43",
"version": "1.1.44",
"homepage": "https://applitools.com",

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

"devDependencies": {
"@applitools/bongo": "^3.0.2",
"@applitools/bongo": "^3.0.3",
"@applitools/test-server": "^1.1.28",
"@applitools/test-utils": "^1.5.14",
"@applitools/test-utils": "^1.5.15",
"@types/node": "^12.20.55",

@@ -66,0 +66,0 @@ "nock": "^13.2.8"

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

keepBatchOpen: boolean;
keepIfDuplicate: boolean;
server: ServerSettings;

@@ -348,2 +349,3 @@ account: AccountInfo;

readonly id?: string;
readonly baselineId?: string;
readonly userTestId?: string;

@@ -383,3 +385,5 @@ readonly name?: string;

readonly url?: string;
readonly keepIfDuplicate: boolean;
readonly server: ServerSettings;
}
export {};
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