Socket
Socket
Sign inDemoInstall

@applitools/core-base

Package Overview
Dependencies
Maintainers
0
Versions
102
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.15.2 to 1.16.0

41

CHANGELOG.md
# Changelog
## [1.16.0](https://github.com/Applitools-Dev/sdk/compare/js/core-base@1.15.2...js/core-base@1.16.0) (2024-06-26)
### Features
* tell the backend if `remove duplicate tests` is used ([#2373](https://github.com/Applitools-Dev/sdk/issues/2373)) ([fe59b40](https://github.com/Applitools-Dev/sdk/commit/fe59b404ad163c595bb329d9a24ef2191d3bf170))
### Bug Fixes
* tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
### Dependencies
* @applitools/utils bumped to 1.7.4
#### Bug Fixes
* tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
* @applitools/logger bumped to 2.0.18
#### Bug Fixes
* tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
* @applitools/req bumped to 1.7.2
#### Bug Fixes
* tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
* @applitools/image bumped to 1.1.13
#### Bug Fixes
* tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
## [1.15.2](https://github.com/Applitools-Dev/sdk/compare/js/core-base@1.15.1...js/core-base@1.15.2) (2024-06-01)

@@ -4,0 +45,0 @@

1

dist/server/requests.js

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

processId: settings.processId,
replaceExisting: settings.removeDuplicateTests,
},

@@ -132,0 +133,0 @@ },

10

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

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

"dependencies": {
"@applitools/image": "1.1.12",
"@applitools/logger": "2.0.17",
"@applitools/req": "1.7.1",
"@applitools/utils": "1.7.3",
"@applitools/image": "1.1.13",
"@applitools/logger": "2.0.18",
"@applitools/req": "1.7.2",
"@applitools/utils": "1.7.4",
"abort-controller": "3.0.0",

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

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

processId?: string;
removeDuplicateTests?: boolean;
}

@@ -230,0 +231,0 @@ export interface LocateSettings<TLocator extends string, TRegion = Region> extends EyesServerSettings, ImageSettings<TRegion> {

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