Socket
Socket
Sign inDemoInstall

@zondax/zemu

Package Overview
Dependencies
Maintainers
2
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.50.0 to 0.50.1

2

dist/index.d.ts

@@ -21,2 +21,2 @@ /** ******************************************************************************

export { ButtonKind, type IDeviceModel, type INavElement, type IStartOptions } from "./types";
export { zondaxMainmenuNavigation } from "./zondax";
export { isTouchDevice, zondaxMainmenuNavigation } from "./zondax";

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.zondaxMainmenuNavigation = exports.DEFAULT_START_OPTIONS = exports.TouchNavigation = exports.ClickNavigation = void 0;
exports.zondaxMainmenuNavigation = exports.isTouchDevice = exports.DEFAULT_START_OPTIONS = exports.TouchNavigation = exports.ClickNavigation = void 0;
/** ******************************************************************************

@@ -31,2 +31,3 @@ * (c) 2018 - 2024 Zondax AG

var zondax_1 = require("./zondax");
Object.defineProperty(exports, "isTouchDevice", { enumerable: true, get: function () { return zondax_1.isTouchDevice; } });
Object.defineProperty(exports, "zondaxMainmenuNavigation", { enumerable: true, get: function () { return zondax_1.zondaxMainmenuNavigation; } });

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

"license": "Apache-2.0",
"version": "0.50.0",
"version": "0.50.1",
"description": "Zemu Testing Framework",

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

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