Socket
Socket
Sign inDemoInstall

@zondax/zemu

Package Overview
Dependencies
Maintainers
1
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.13.1 to 0.13.2

4

dist/src/index.js

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

Zemu.prototype.waitUntilScreenIsNot = function (screen, timeout) {
if (timeout === void 0) { timeout = 2000; }
if (timeout === void 0) { timeout = 10000; }
return __awaiter(this, void 0, void 0, function () {

@@ -415,3 +415,3 @@ var start, inputSnapshotBufferHex, currentSnapshotBufferHex, elapsed;

}
return [4 /*yield*/, Zemu.delay(100)];
return [4 /*yield*/, Zemu.delay(1000)];
case 4:

@@ -418,0 +418,0 @@ _a.sent();

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

"license": "Apache-2.0",
"version": "0.13.1",
"version": "0.13.2",
"description": "Zemu Testing Framework",

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

@@ -337,3 +337,3 @@ /** ******************************************************************************

async waitUntilScreenIsNot(screen: any, timeout = 2000) {
async waitUntilScreenIsNot(screen: any, timeout = 10000) {
const start = new Date()

@@ -349,3 +349,3 @@ const inputSnapshotBufferHex = (await screen).buffer.toString('hex')

}
await Zemu.delay(100)
await Zemu.delay(1000)
currentSnapshotBufferHex = (await this.snapshot()).buffer.toString('hex')

@@ -352,0 +352,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