Socket
Socket
Sign inDemoInstall

@ledgerhq/hw-transport-webhid

Package Overview
Dependencies
Maintainers
12
Versions
242
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ledgerhq/hw-transport-webhid - npm Package Compare versions

Comparing version 5.15.0 to 5.16.0

2

lib-es/TransportWebHID.js

@@ -99,3 +99,2 @@ import Transport from "@ledgerhq/hw-transport";

for (let i = 0; i < blocks.length; i++) {
log("hid-frame", "=> " + blocks[i].toString("hex"));
await this.device.sendReport(0, blocks[i]);

@@ -110,3 +109,2 @@ } // Read...

const buffer = await this.read();
log("hid-frame", "<= " + buffer.toString("hex"));
acc = framing.reduceResponse(acc, buffer);

@@ -113,0 +111,0 @@ }

@@ -113,3 +113,2 @@ "use strict";

for (let i = 0; i < blocks.length; i++) {
(0, _logs.log)("hid-frame", "=> " + blocks[i].toString("hex"));
await this.device.sendReport(0, blocks[i]);

@@ -124,3 +123,2 @@ } // Read...

const buffer = await this.read();
(0, _logs.log)("hid-frame", "<= " + buffer.toString("hex"));
acc = framing.reduceResponse(acc, buffer);

@@ -127,0 +125,0 @@ }

4

package.json
{
"name": "@ledgerhq/hw-transport-webhid",
"version": "5.15.0",
"version": "5.16.0",
"description": "Ledger Hardware Wallet WebHID implementation of the communication layer",

@@ -43,3 +43,3 @@ "keywords": [

},
"gitHead": "819ae5151465d5980c75ff6a356afe1ff6731e11"
"gitHead": "63f26da3ec6d187c519c005bcb19253e25f7cf59"
}

@@ -197,3 +197,2 @@ //@flow

for (let i = 0; i < blocks.length; i++) {
log("hid-frame", "=> " + blocks[i].toString("hex"));
await this.device.sendReport(0, blocks[i]);

@@ -207,3 +206,2 @@ }

const buffer = await this.read();
log("hid-frame", "<= " + buffer.toString("hex"));
acc = framing.reduceResponse(acc, buffer);

@@ -210,0 +208,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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