Socket
Socket
Sign inDemoInstall

@zondax/zemu

Package Overview
Dependencies
Maintainers
3
Versions
166
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zondax/zemu - npm Package Compare versions

Comparing version 0.36.2-beta.4 to 0.36.2-beta.5

4

dist/Zemu.js

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

filename = this.getSnapshotPath(snapshotPrefixTmp, imageIndex, takeSnapshots);
found = events.some((event) => event.text.includes(text));
found = events.some((event) => event.text.includes(text)); // TODO
if (found)

@@ -518,4 +518,4 @@ break;

if (waitForScreenUpdate) {
await this.waitUntilScreenIsNot(prevScreen);
await this.waitForScreenChanges(prevEvents);
await this.waitUntilScreenIsNot(prevScreen);
}

@@ -522,0 +522,0 @@ else {

@@ -5,3 +5,3 @@ {

"license": "Apache-2.0",
"version": "0.36.2-beta.4",
"version": "0.36.2-beta.5",
"description": "Zemu Testing Framework",

@@ -8,0 +8,0 @@ "main": "./dist/index.js",

@@ -623,3 +623,3 @@ /** ******************************************************************************

found = events.some((event: IEvent) => event.text.includes(text));
found = events.some((event: IEvent) => event.text.includes(text)); // TODO
if (found) break;

@@ -759,4 +759,4 @@

if (waitForScreenUpdate) {
await this.waitUntilScreenIsNot(prevScreen);
await this.waitForScreenChanges(prevEvents);
await this.waitUntilScreenIsNot(prevScreen);
} else {

@@ -763,0 +763,0 @@ // A minimum delay is required

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