Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@applitools/eyes

Package Overview
Dependencies
Maintainers
42
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/eyes - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

59

CHANGELOG.md
# Changelog
## [1.6.1](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes@1.6.0...js/eyes@1.6.1) (2023-07-13)
### Bug Fixes
* replaced NML prefixed appium env vars with APPLITOOLS prefixed ([8905b90](https://github.com/applitools/eyes.sdk.javascript1/commit/8905b90e7c4ec6e310f6e52c03bbcc7acf1ff2ab))
### Dependencies
* @applitools/core bumped from 3.6.0 to 3.6.1
#### Bug Fixes
* replaced NML prefixed appium env vars with APPLITOOLS prefixed ([8905b90](https://github.com/applitools/eyes.sdk.javascript1/commit/8905b90e7c4ec6e310f6e52c03bbcc7acf1ff2ab))
* @applitools/driver bumped from 1.13.0 to 1.13.1
#### Bug Fixes
* replaced NML prefixed appium env vars with APPLITOOLS prefixed ([8905b90](https://github.com/applitools/eyes.sdk.javascript1/commit/8905b90e7c4ec6e310f6e52c03bbcc7acf1ff2ab))
* @applitools/ec-client bumped from 1.6.2 to 1.7.0
#### Features
* added internal function to prepare environment before running tunnels ([3d19ec3](https://github.com/applitools/eyes.sdk.javascript1/commit/3d19ec3b274702ffdf26b766b7351ec1f4b66a6d))
* @applitools/tunnel-client bumped from 1.0.2 to 1.1.0
#### Features
* added internal function to prepare environment before running tunnels ([3d19ec3](https://github.com/applitools/eyes.sdk.javascript1/commit/3d19ec3b274702ffdf26b766b7351ec1f4b66a6d))
#### Bug Fixes
* prevent tunnel binaries from overriding itself ([5609a36](https://github.com/applitools/eyes.sdk.javascript1/commit/5609a36c93622c9b8eeb4b4ab25f95907df8baa4))
* @applitools/nml-client bumped from 1.5.1 to 1.5.2
#### Bug Fixes
* replaced NML prefixed appium env vars with APPLITOOLS prefixed ([8905b90](https://github.com/applitools/eyes.sdk.javascript1/commit/8905b90e7c4ec6e310f6e52c03bbcc7acf1ff2ab))
* @applitools/ufg-client bumped from 1.4.0 to 1.4.1
#### Bug Fixes
* fixed an issue when an inability to freeze a gif image caused sdk crush ([dca9ead](https://github.com/applitools/eyes.sdk.javascript1/commit/dca9eadd2bab39d1fc20b99d997879075691f0ee))
* fixed issue when sdk crushed due to invalid resource url in ufg mode ([8b44958](https://github.com/applitools/eyes.sdk.javascript1/commit/8b449580a930753dd2735befdcdb4c46e184b2a9))
* @applitools/spec-driver-webdriver bumped from 1.0.37 to 1.0.38
* @applitools/execution-grid-tunnel bumped to 2.1.8
* @applitools/screenshoter bumped from 3.8.3 to 3.8.4
## [1.6.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes@1.5.2...js/eyes@1.6.0) (2023-07-10)

@@ -4,0 +63,0 @@

8

dist/Eyes.js

@@ -67,4 +67,4 @@ "use strict";

const envs = {
NML_SERVER_URL: (_a = config === null || config === void 0 ? void 0 : config.serverUrl) !== null && _a !== void 0 ? _a : utils.general.getEnvValue('SERVER_URL'),
NML_API_KEY: (_b = config === null || config === void 0 ? void 0 : config.apiKey) !== null && _b !== void 0 ? _b : utils.general.getEnvValue('API_KEY'),
APPLITOOLS_SERVER_URL: (_a = config === null || config === void 0 ? void 0 : config.serverUrl) !== null && _a !== void 0 ? _a : utils.general.getEnvValue('SERVER_URL'),
APPLITOOLS_API_KEY: (_b = config === null || config === void 0 ? void 0 : config.apiKey) !== null && _b !== void 0 ? _b : utils.general.getEnvValue('API_KEY'),
};

@@ -77,3 +77,3 @@ if (config === null || config === void 0 ? void 0 : config.proxy) {

url.password = config.proxy.password;
envs.NML_PROXY_URL = url.toString();
envs.APPLITOOLS_PROXY_URL = url.toString();
}

@@ -85,3 +85,3 @@ return Object.assign(capabilities, {

env: {
DYLD_INSERT_LIBRARIES: '@executable_path/Frameworks/UFG_lib.xcframework/ios-arm64/UFG_lib.framework/UFG_lib:@executable_path/Frameworks/UFG_lib.xcframework/ios-arm64_x86_64-simulator/UFG_lib.framework/UFG_lib',
DYLD_INSERT_LIBRARIES: '@executable_path/Frameworks/Applitools_iOS.xcframework/ios-arm64/Applitools_iOS.framework/Applitools_iOS:@executable_path/Frameworks/Applitools_iOS.xcframework/ios-arm64_x86_64-simulator/Applitools_iOS.framework/Applitools_iOS',
...envs,

@@ -88,0 +88,0 @@ },

{
"name": "@applitools/eyes",
"version": "1.6.0",
"version": "1.6.1",
"keywords": [

@@ -48,3 +48,3 @@ "applitools",

"dependencies": {
"@applitools/core": "3.6.0",
"@applitools/core": "3.6.1",
"@applitools/logger": "2.0.5",

@@ -51,0 +51,0 @@ "@applitools/utils": "1.5.0"

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