Socket
Socket
Sign inDemoInstall

@applitools/core-base

Package Overview
Dependencies
Maintainers
48
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.7.2 to 1.7.3

22

CHANGELOG.md
# Changelog
## [1.7.3](https://github.com/applitools/eyes.sdk.javascript1/compare/js/core-base@1.7.2...js/core-base@1.7.3) (2023-11-21)
### Bug Fixes
* remove connection timeout in case of a long running tasks ([#2006](https://github.com/applitools/eyes.sdk.javascript1/issues/2006)) ([49a596a](https://github.com/applitools/eyes.sdk.javascript1/commit/49a596ac1b022a66b5c07ecfee458cc061891ce0))
* return result when error in the ufg ([#2020](https://github.com/applitools/eyes.sdk.javascript1/issues/2020)) ([28cdcc5](https://github.com/applitools/eyes.sdk.javascript1/commit/28cdcc5a859641d0edde032165c5068fcc580c8d))
### Dependencies
* @applitools/utils bumped to 1.6.3
#### Bug Fixes
* don't throw error for missing configuration file ([#2034](https://github.com/applitools/eyes.sdk.javascript1/issues/2034)) ([d084e7b](https://github.com/applitools/eyes.sdk.javascript1/commit/d084e7bf6e1727e3969622b4e597881f18241eb3))
* @applitools/logger bumped to 2.0.13
* @applitools/req bumped to 1.6.3
* @applitools/image bumped to 1.1.8
## [1.7.2](https://github.com/applitools/eyes.sdk.javascript1/compare/js/core-base@1.7.1...js/core-base@1.7.2) (2023-10-17)

@@ -4,0 +26,0 @@

1

dist/server/req-eyes.js

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

},
connectionTimeout: 0,
hooks: {

@@ -134,0 +135,0 @@ beforeRetry({ request, response }) {

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

let supportsCheckAndClose = true;
let abortReason;
const eyes = {

@@ -531,2 +532,3 @@ core,

}
abortReason = settings === null || settings === void 0 ? void 0 : settings.reason;
resultResponsePromise = report({ settings, logger }).then(() => req(`/api/sessions/running/${encodeURIComponent(test.testId)}`, {

@@ -563,2 +565,3 @@ name: 'abort',

result.eyesServer = test.eyesServer;
result.reason = abortReason;
// for backwards compatibility with outdated servers

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

10

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

@@ -45,6 +45,6 @@ "bugs": {

"dependencies": {
"@applitools/image": "1.1.7",
"@applitools/logger": "2.0.12",
"@applitools/req": "1.6.2",
"@applitools/utils": "1.6.2",
"@applitools/image": "1.1.8",
"@applitools/logger": "2.0.13",
"@applitools/req": "1.6.3",
"@applitools/utils": "1.6.3",
"abort-controller": "3.0.0",

@@ -51,0 +51,0 @@ "throat": "6.0.2"

@@ -350,2 +350,3 @@ import { type MaybeArray, type Region, type Size, type Location } from '@applitools/utils';

userCommandId?: string;
reason?: unknown;
}

@@ -420,3 +421,4 @@ export interface GetResultsSettings {

readonly noneMatches: number;
readonly reason?: unknown;
}
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