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.42.0 to 0.43.0-beta.1

README-npm

2

dist/constants.d.ts

@@ -17,3 +17,3 @@ /** ******************************************************************************

import { type IDeviceWindow, type IStartOptions } from "./types";
export declare const DEFAULT_EMU_IMG = "zondax/builder-zemu:speculos-9b1e98dcfa1ea97381c1904884fd0943d7286b3d";
export declare const DEFAULT_EMU_IMG = "zondax/builder-zemu:speculos-79ab0bf94d740bcaa953fd5740b7665b804ac667";
export declare const DEFAULT_MODEL = "nanos";

@@ -20,0 +20,0 @@ export declare const DEFAULT_NANO_START_TEXT = "Ready";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.WINDOW_STAX = exports.WINDOW_X = exports.WINDOW_S = exports.KEYS = exports.DEFAULT_START_OPTIONS = exports.DEFAULT_STAX_REJECT_KEYWORD = exports.DEFAULT_STAX_APPROVE_KEYWORD = exports.DEFAULT_NANO_REJECT_KEYWORD = exports.DEFAULT_NANO_APPROVE_KEYWORD = exports.DEFAULT_WAIT_TIMEOUT = exports.DEFAULT_METHOD_TIMEOUT = exports.KILL_TIMEOUT = exports.DEFAULT_START_TIMEOUT = exports.BASE_NAME = exports.DEFAULT_HOST = exports.DEFAULT_KEY_DELAY = exports.DEFAULT_START_DELAY = exports.DEFAULT_STAX_START_TEXT = exports.DEFAULT_NANO_START_TEXT = exports.DEFAULT_MODEL = exports.DEFAULT_EMU_IMG = void 0;
exports.DEFAULT_EMU_IMG = "zondax/builder-zemu:speculos-9b1e98dcfa1ea97381c1904884fd0943d7286b3d";
exports.DEFAULT_EMU_IMG = "zondax/builder-zemu:speculos-79ab0bf94d740bcaa953fd5740b7665b804ac667";
exports.DEFAULT_MODEL = "nanos";

@@ -6,0 +6,0 @@ exports.DEFAULT_NANO_START_TEXT = "Ready";

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

"license": "Apache-2.0",
"version": "0.42.0",
"version": "0.43.0-beta.1",
"description": "Zemu Testing Framework",

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

# Zemu
![zondax](docs/assets/zondax_light.png)
![zondax_light](docs/assets/zondax_light.png#gh-light-mode-only)
![zondax_dark](docs/assets/zondax_dark.png#gh-dark-mode-only)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

@@ -17,6 +19,6 @@ [![npm version](https://badge.fury.io/js/%40zondax%2Fzemu.svg)](https://badge.fury.io/js/%40zondax%2Fzemu)

Integration and end-to-end testing of Ledger Apps is a manual and time consuming process. We believe that the Ledger apps ecosystem is
lacking an adequate approach with respect to testing. The Zemu Framework is our solution for this problem. Under the hood, Zemu uses
Ledger's project [speculos](https://github.com/ledgerHQ/speculos). It's currently being used in every Ledger App built by Zondax, among many
others (such as Ethereum one built by Ledger team).
Integration and end-to-end testing of Ledger Apps is a manual and time consuming process. We believe that the Ledger
apps ecosystem is lacking an adequate approach with respect to testing. The Zemu Framework is our solution for this
problem. Under the hood, Zemu uses Ledger's project [speculos](https://github.com/ledgerHQ/speculos). It's currently
being used in every Ledger App built by Zondax, among many others (such as Ethereum one built by Ledger team).

@@ -23,0 +25,0 @@ _Zemu is an emulation and testing framework for Ledger Nano S/S+/X devices._

@@ -18,3 +18,3 @@ /** ******************************************************************************

export const DEFAULT_EMU_IMG = "zondax/builder-zemu:speculos-9b1e98dcfa1ea97381c1904884fd0943d7286b3d";
export const DEFAULT_EMU_IMG = "zondax/builder-zemu:speculos-79ab0bf94d740bcaa953fd5740b7665b804ac667";

@@ -21,0 +21,0 @@ export const DEFAULT_MODEL = "nanos";

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