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.16.1 to 0.16.2

2

dist/constants.d.ts

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

export declare const DEFAULT_EMU_IMG = "zondax/builder-zemu@sha256:21121adcc236ef230e3e2e64940727abc1f1c9539cbdcffddb6e0fecc5b977d9";
export declare const DEFAULT_EMU_IMG = "zondax/builder-zemu:0c7c0c2f6a23e8018dad1de53fa1b23a27a48f6e";
export declare const TIMEOUT = 1000;

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

"use strict";
exports.__esModule = true;
exports.WINDOW_X = exports.WINDOW_S = exports.KEYS = exports.KILL_TIMEOUT = exports.BASE_NAME = exports.DEFAULT_TRANSPORT_PORT = exports.DEFAULT_VNC_PORT = exports.DEFAULT_HOST = exports.DEFAULT_KEY_DELAY_AFTER = exports.DEFAULT_KEY_DELAY = exports.DEFAULT_START_DELAY = exports.DEFAULT_MODEL = exports.TIMEOUT = exports.DEFAULT_EMU_IMG = void 0;
exports.DEFAULT_EMU_IMG = 'zondax/builder-zemu@sha256:21121adcc236ef230e3e2e64940727abc1f1c9539cbdcffddb6e0fecc5b977d9';
exports.DEFAULT_EMU_IMG = 'zondax/builder-zemu:0c7c0c2f6a23e8018dad1de53fa1b23a27a48f6e';
exports.TIMEOUT = 1000;

@@ -6,0 +6,0 @@ exports.DEFAULT_MODEL = 'nanos';

@@ -5,4 +5,5 @@ module.exports = {

transformIgnorePatterns: ["^.+\\.js$"],
testPathIgnorePatterns: ["<rootDir>/dist"],
globalSetup: "./tests/globalsetup.ts",
globalTeardown: "./tests/globalteardown.ts"
};

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

"license": "Apache-2.0",
"version": "0.16.1",
"version": "0.16.2",
"description": "Zemu Testing Framework",

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

"copy-files": "copyfiles -u 0 src/**/*.proto dist/",
"test": "yarn build && jest"
"test": "yarn build && jest --detectOpenHandles"
},

@@ -48,9 +48,9 @@ "bugs": {

"devDependencies": {
"@types/fs-extra": "^9.0.11",
"@types/jest": "^26.0.23",
"@types/ledgerhq__hw-transport": "^4.21.3",
"@types/pngjs": "^6.0.0",
"@types/fs-extra": "^9.0.12",
"@types/jest": "^26.0.24",
"@types/ledgerhq__hw-transport": "^4.21.4",
"@types/pngjs": "^6.0.1",
"@types/sleep": "^0.0.8",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"@typescript-eslint/parser": "^4.28.3",
"copyfiles": "^2.4.1",

@@ -57,0 +57,0 @@ "eslint": "^7.29.0",

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

export const DEFAULT_EMU_IMG = 'zondax/builder-zemu@sha256:21121adcc236ef230e3e2e64940727abc1f1c9539cbdcffddb6e0fecc5b977d9'
export const DEFAULT_EMU_IMG = 'zondax/builder-zemu:0c7c0c2f6a23e8018dad1de53fa1b23a27a48f6e'

@@ -3,0 +3,0 @@ export const TIMEOUT = 1000

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