Sign In

@applitools/core-base

Package Overview
Dependencies
Maintainers
48
Versions
161
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.36.0
to
1.36.1
+7
-0
CHANGELOG.md
# Changelog
## [1.36.1](https://github.com/Applitools-Dev/sdk/compare/js/core-base@1.36.0...js/core-base@1.36.1) (2026-07-08)
### Bug Fixes
* forward Exact match-level tuning to the server across JS + Java | FLD-4685 ([#3974](https://github.com/Applitools-Dev/sdk/issues/3974)) ([fea351c](https://github.com/Applitools-Dev/sdk/commit/fea351c76c80f63bf658d9573b3d34e0537e0cce))
## [1.36.0](https://github.com/Applitools-Dev/sdk/compare/js/core-base@1.35.3...js/core-base@1.36.0) (2026-06-28)

@@ -4,0 +11,0 @@

+1
-0

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

matchLevel: (_a = settings.matchLevel) !== null && _a !== void 0 ? _a : 'Strict',
exact: settings.matchLevel === 'Exact' ? settings.exact : undefined,
useDom: (_b = settings.useDom) !== null && _b !== void 0 ? _b : false,

@@ -1188,0 +1189,0 @@ densityMetrics: settings.densityMetrics,

+1
-1
{
"name": "@applitools/core-base",
"version": "1.36.0",
"version": "1.36.1",
"homepage": "https://applitools.com",

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

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

matchLevel?: MatchLevel;
exact?: {
minDiffIntensity?: number;
minDiffWidth?: number;
minDiffHeight?: number;
matchThreshold?: number;
};
useDom?: boolean;

@@ -424,0 +430,0 @@ enablePatterns?: boolean;