Socket
Socket
Sign inDemoInstall

@applitools/nml-client

Package Overview
Dependencies
Maintainers
52
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@applitools/nml-client - npm Package Compare versions

Comparing version 1.6.3 to 1.6.4

7

CHANGELOG.md
# Changelog
## [1.6.4](https://github.com/applitools/eyes.sdk.javascript1/compare/js/nml-client@1.6.3...js/nml-client@1.6.4) (2024-01-16)
### Bug Fixes
* remove local environment id ([#2152](https://github.com/applitools/eyes.sdk.javascript1/issues/2152)) ([59aaeae](https://github.com/applitools/eyes.sdk.javascript1/commit/59aaeaed474fbde78b76ae7ac803960e3ecd8166))
## [1.6.3](https://github.com/applitools/eyes.sdk.javascript1/compare/js/nml-client@1.6.2...js/nml-client@1.6.3) (2024-01-02)

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

3

dist/server/requests.js

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

const req = (0, req_broker_1.makeReqBroker)({ settings, logger: mainLogger });
const localEnvironmentId = utils.general.guid();
const getSupportedEnvironmentsWithCache = utils.general.cachify(getSupportedEnvironments, () => 'default');

@@ -56,3 +55,3 @@ return {

if (!utils.types.has(environment, 'iosDeviceInfo') && !utils.types.has(environment, 'androidDeviceInfo')) {
result.localEnvironment = { ...environment, environmentId: localEnvironmentId };
result.localEnvironment = environment;
}

@@ -59,0 +58,0 @@ else {

{
"name": "@applitools/nml-client",
"version": "1.6.3",
"version": "1.6.4",
"description": "Client to integrate the SDKs to the Native Mobile Library (NML)",

@@ -5,0 +5,0 @@ "homepage": "https://applitools.com",

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

export interface LocalEnvironment {
environmentId: string;
os: string;

@@ -46,9 +47,5 @@ deviceName: string;

export type Environment = IOSDeviceEnvironment | AndroidDeviceEnvironment | LocalEnvironment;
export interface ActualEnvironment {
export type ActualEnvironment = LocalEnvironment & {
requested?: IOSDeviceEnvironment | AndroidDeviceEnvironment;
environmentId: string;
os: string;
deviceName: string;
viewportSize: Size;
}
};
export type Selector = string | {

@@ -55,0 +52,0 @@ selector: string;

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