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.27.1 to 0.27.3

4

dist/index.js

@@ -529,3 +529,5 @@ "use strict";

events = _a.sent();
this.log(events);
if (events) {
this.log(JSON.stringify(events));
}
return [2 /*return*/, this.compareSnapshots(path, testcaseName, imageIndex)];

@@ -532,0 +534,0 @@ }

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

"license": "Apache-2.0",
"version": "0.27.1",
"version": "0.27.3",
"description": "Zemu Testing Framework",

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

@@ -411,3 +411,5 @@ /** ******************************************************************************

const events = await this.getEvents()
this.log(events)
if (events) {
this.log(JSON.stringify(events))
}

@@ -414,0 +416,0 @@ return this.compareSnapshots(path, testcaseName, imageIndex)

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