Socket
Socket
Sign inDemoInstall

@applitools/utils

Package Overview
Dependencies
Maintainers
48
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/utils - npm Package Compare versions

Comparing version 1.6.2 to 1.6.3

7

CHANGELOG.md
# Changelog
## [1.6.3](https://github.com/applitools/eyes.sdk.javascript1/compare/js/utils@1.6.2...js/utils@1.6.3) (2023-11-21)
### 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))
## [1.6.2](https://github.com/applitools/eyes.sdk.javascript1/compare/js/utils@1.6.1...js/utils@1.6.2) (2023-10-17)

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

2

dist/config.js

@@ -73,3 +73,3 @@ "use strict";

}
else if (strict) {
else if (strict && !traverse) {
logger === null || logger === void 0 ? void 0 : logger.error(`Could not find configuration file at: ${searchedPaths.join(', ')}`);

@@ -76,0 +76,0 @@ throw new Error('Could not find configuration file');

{
"name": "@applitools/utils",
"version": "1.6.2",
"version": "1.6.3",
"keywords": [

@@ -5,0 +5,0 @@ "applitools",

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