@applitools/utils
Advanced tools
+7
-0
| # Changelog | ||
| ## [1.14.1](https://github.com/Applitools-Dev/sdk/compare/js/utils@1.14.0...js/utils@1.14.1) (2025-12-01) | ||
| ### Bug Fixes | ||
| * setup script compatibility with ESM | AD-11756 ([#3363](https://github.com/Applitools-Dev/sdk/issues/3363)) ([d1222f4](https://github.com/Applitools-Dev/sdk/commit/d1222f40a74ab62782bebeeb0cf899aac3f3d3b6)) | ||
| ## [1.14.0](https://github.com/Applitools-Dev/sdk/compare/js/utils@1.13.0...js/utils@1.14.0) (2025-11-19) | ||
@@ -4,0 +11,0 @@ |
+2
-1
@@ -64,3 +64,4 @@ "use strict"; | ||
| delete require.cache[priorityPath]; | ||
| config = { ...config, ...require(priorityPath) }; | ||
| const requiredConfig = require(priorityPath); | ||
| config = { ...config, ...requiredConfig === null || requiredConfig === void 0 ? void 0 : requiredConfig.default, ...requiredConfig }; | ||
| require.cache[priorityPath] = moduleCache; | ||
@@ -67,0 +68,0 @@ } |
+1
-1
| { | ||
| "name": "@applitools/utils", | ||
| "version": "1.14.0", | ||
| "version": "1.14.1", | ||
| "keywords": [ | ||
@@ -5,0 +5,0 @@ "applitools", |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 2 instances
Unidentified License
LicenseSomething that seems like a license was found, but its contents could not be matched with a known license.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 2 instances
Unidentified License
LicenseSomething that seems like a license was found, but its contents could not be matched with a known license.
106900
0.45%1943
0.05%