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.34.0-beta.15 to 0.34.0-beta.16

2

dist/constants.d.ts

@@ -1,2 +0,2 @@

export declare const DEFAULT_EMU_IMG = "zondax/builder-zemu@sha256:7cae0f781ea6f6a58c39f273763bb61176b377bd0d6c713e59ae38e0531ae4ab";
export declare const DEFAULT_EMU_IMG = "carlosala/builder-zemu:latest";
export declare const DEFAULT_MODEL = "nanos";

@@ -3,0 +3,0 @@ export declare const DEFAULT_START_DELAY = 20000;

"use strict";
exports.__esModule = true;
exports.WINDOW_X = exports.WINDOW_S = exports.KEYS = exports.KILL_TIMEOUT = exports.DEFAULT_START_TIMEOUT = exports.BASE_NAME = exports.DEFAULT_HOST = exports.DEFAULT_KEY_DELAY = exports.DEFAULT_START_DELAY = exports.DEFAULT_MODEL = exports.DEFAULT_EMU_IMG = void 0;
exports.DEFAULT_EMU_IMG = 'zondax/builder-zemu@sha256:7cae0f781ea6f6a58c39f273763bb61176b377bd0d6c713e59ae38e0531ae4ab';
exports.DEFAULT_EMU_IMG = 'carlosala/builder-zemu:latest';
exports.DEFAULT_MODEL = 'nanos';

@@ -6,0 +6,0 @@ exports.DEFAULT_START_DELAY = 20000;

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

"license": "Apache-2.0",
"version": "0.34.0-beta.15",
"version": "0.34.0-beta.16",
"description": "Zemu Testing Framework",

@@ -46,3 +46,3 @@ "main": "./dist/index.js",

"pngjs": "^6.0.0",
"randomstring": "^1.2.1"
"randomstring": "^1.2.3"
},

@@ -64,5 +64,5 @@ "devDependencies": {

"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jest": "^27.1.2",
"eslint-plugin-jest": "^27.1.3",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^29.2.0",
"jest": "^29.2.1",
"js-sha512": "^0.8.0",

@@ -69,0 +69,0 @@ "prettier": "^2.5.1",

@@ -1,2 +0,2 @@

export const DEFAULT_EMU_IMG = 'zondax/builder-zemu@sha256:7cae0f781ea6f6a58c39f273763bb61176b377bd0d6c713e59ae38e0531ae4ab'
export const DEFAULT_EMU_IMG = 'carlosala/builder-zemu:latest'

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