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.2 to 0.16.3

13

dist/index.js

@@ -282,5 +282,5 @@ "use strict";

return __awaiter(this, void 0, void 0, function () {
var waitDelay, transport_url, _c;
return __generator(this, function (_d) {
switch (_d.label) {
var waitDelay, transport_url;
return __generator(this, function (_c) {
switch (_c.label) {
case 0:

@@ -292,8 +292,5 @@ waitDelay = (_b = (_a = this.startOptions) === null || _a === void 0 ? void 0 : _a.startDelay) !== null && _b !== void 0 ? _b : constants_1.DEFAULT_START_DELAY;

case 1:
_d.sent();
_c.sent();
transport_url = this.transportProtocol + "://" + this.host + ":" + this.transportPort;
_c = this;
return [4 /*yield*/, hw_transport_http_1["default"](transport_url).open(transport_url)];
case 2:
_c.transport = _d.sent();
this.transport = new (hw_transport_http_1["default"](transport_url));
return [2 /*return*/];

@@ -300,0 +297,0 @@ }

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

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

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

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

@@ -34,4 +34,4 @@ "bugs": {

"@grpc/proto-loader": "^0.6.4",
"@ledgerhq/hw-transport": "^5.51.1",
"@ledgerhq/hw-transport-http": "^5.51.1",
"@ledgerhq/hw-transport": "^6.1.0",
"@ledgerhq/hw-transport-http": "^6.1.0",
"dockerode": "^3.3.0",

@@ -38,0 +38,0 @@ "elfy": "^1.0.0",

@@ -247,3 +247,3 @@ /** ******************************************************************************

const transport_url = `${this.transportProtocol}://${this.host}:${this.transportPort}`
this.transport = await TransportHttp(transport_url).open(transport_url)
this.transport = new (TransportHttp(transport_url))
}

@@ -250,0 +250,0 @@

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