Socket
Socket
Sign inDemoInstall

@applitools/nml-client

Package Overview
Dependencies
Maintainers
45
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.5.11 to 1.5.12

43

CHANGELOG.md
# Changelog
## [1.5.12](https://github.com/applitools/eyes.sdk.javascript1/compare/js/nml-client@1.5.11...js/nml-client@1.5.12) (2023-09-25)
### Code Refactoring
* use Uint8Array instead of Buffer for binary data representation ([#1928](https://github.com/applitools/eyes.sdk.javascript1/issues/1928)) ([d1472ab](https://github.com/applitools/eyes.sdk.javascript1/commit/d1472ab8fd49e9a240e99a44dbf1d180b6c7a54b))
### Dependencies
* @applitools/utils bumped to 1.6.1
#### Bug Fixes
* add browser entry point declaration and test ([#1933](https://github.com/applitools/eyes.sdk.javascript1/issues/1933)) ([5ba0720](https://github.com/applitools/eyes.sdk.javascript1/commit/5ba0720d62a9af8a9a2e1c2437c569e6ab19afd8))
#### Code Refactoring
* use Uint8Array instead of Buffer for binary data representation ([#1928](https://github.com/applitools/eyes.sdk.javascript1/issues/1928)) ([d1472ab](https://github.com/applitools/eyes.sdk.javascript1/commit/d1472ab8fd49e9a240e99a44dbf1d180b6c7a54b))
* @applitools/logger bumped to 2.0.11
#### Bug Fixes
* add browser entry point declaration and test ([#1933](https://github.com/applitools/eyes.sdk.javascript1/issues/1933)) ([5ba0720](https://github.com/applitools/eyes.sdk.javascript1/commit/5ba0720d62a9af8a9a2e1c2437c569e6ab19afd8))
* @applitools/req bumped to 1.6.1
#### Bug Fixes
* add browser entry point declaration and test ([#1933](https://github.com/applitools/eyes.sdk.javascript1/issues/1933)) ([5ba0720](https://github.com/applitools/eyes.sdk.javascript1/commit/5ba0720d62a9af8a9a2e1c2437c569e6ab19afd8))
* @applitools/driver bumped to 1.14.2
#### Code Refactoring
* use Uint8Array instead of Buffer for binary data representation ([#1928](https://github.com/applitools/eyes.sdk.javascript1/issues/1928)) ([d1472ab](https://github.com/applitools/eyes.sdk.javascript1/commit/d1472ab8fd49e9a240e99a44dbf1d180b6c7a54b))
* @applitools/spec-driver-webdriver bumped to 1.0.46
## [1.5.11](https://github.com/applitools/eyes.sdk.javascript1/compare/js/nml-client@1.5.10...js/nml-client@1.5.11) (2023-09-21)

@@ -4,0 +47,0 @@

10

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

@@ -39,8 +39,8 @@ "homepage": "https://applitools.com",

"dependencies": {
"@applitools/logger": "2.0.10",
"@applitools/req": "1.6.0",
"@applitools/utils": "1.6.0"
"@applitools/logger": "2.0.11",
"@applitools/req": "1.6.1",
"@applitools/utils": "1.6.1"
},
"devDependencies": {
"@applitools/spec-driver-webdriver": "^1.0.45",
"@applitools/spec-driver-webdriver": "^1.0.46",
"@applitools/test-server": "^1.2.2",

@@ -47,0 +47,0 @@ "@applitools/test-utils": "^1.5.17",

@@ -1,2 +0,1 @@

/// <reference types="node" />
import type { Size, Location, Region } from '@applitools/utils';

@@ -81,3 +80,3 @@ import { type Logger } from '@applitools/logger';

export type Screenshot = {
image: Buffer | string;
image: string;
size?: Size;

@@ -84,0 +83,0 @@ name?: 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