Socket
Socket
Sign inDemoInstall

@applitools/nml-client

Package Overview
Dependencies
23
Maintainers
57
Versions
109
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.7.5 to 1.8.0

7

CHANGELOG.md
# Changelog
## [1.8.0](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.7.5...js/nml-client@1.8.0) (2024-04-10)
### Features
* refactor check to have a modular structure ([#2307](https://github.com/Applitools-Dev/sdk/issues/2307)) ([b9818f4](https://github.com/Applitools-Dev/sdk/commit/b9818f46e0a579ad0a4a6beaf142171aea7ce0fd))
## [1.7.5](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.7.4...js/nml-client@1.7.5) (2024-03-18)

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

2

package.json
{
"name": "@applitools/nml-client",
"version": "1.7.5",
"version": "1.8.0",
"description": "Client to integrate the SDKs to the Native Mobile Library (NML)",

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

@@ -14,3 +14,3 @@ import type { BrokerServerSettings, ScreenshotSettings, Screenshot, SnapshotSettings, IOSSnapshot, AndroidSnapshot } from '../types';

logger?: Logger;
}): Promise<TSnapshot[]>;
}): Promise<TSnapshot extends any ? TSnapshot[] : never>;
}

@@ -17,0 +17,0 @@ export declare function makeNMLRequests({ settings, logger: mainLogger, }: {

@@ -11,3 +11,3 @@ import type { SnapshotSettings, AndroidSnapshot, IOSSnapshot } from './types';

logger?: Logger | undefined;
}) => Promise<TSnapshot[]>;
}) => Promise<TSnapshot extends any ? TSnapshot[] : never>;
export {};

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

logger?: Logger;
}): Promise<TSnapshot[]>;
}): Promise<TSnapshot extends any ? TSnapshot[] : never>;
}

@@ -18,0 +18,0 @@ export interface BrokerServerSettings {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc