Socket
Socket
Sign inDemoInstall

@ledgerhq/hw-transport

Package Overview
Dependencies
Maintainers
20
Versions
366
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ledgerhq/hw-transport - npm Package Compare versions

Comparing version 6.30.1 to 6.30.2-nightly.0

6

CHANGELOG.md
# @ledgerhq/hw-transport
## 6.30.2-nightly.0
### Patch Changes
- [#5750](https://github.com/LedgerHQ/ledger-live/pull/5750) [`16b4d7a`](https://github.com/LedgerHQ/ledger-live/commit/16b4d7ab4702022d4967f3c054d3c62a76716947) Thanks [@aussedatlo](https://github.com/aussedatlo)! - Arrange verbosity and improve typing
## 6.30.1

@@ -4,0 +10,0 @@

3

lib-es/Transport.js

@@ -205,5 +205,2 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

const tracer = this.tracer.withUpdatedContext({ function: "exchangeAtomicImpl" });
tracer.trace("Starting an atomic APDU exchange", {
unresponsiveTimeout: this.unresponsiveTimeout,
});
if (this.exchangeBusyPromise) {

@@ -210,0 +207,0 @@ tracer.trace("Atomic exchange is already busy");

@@ -214,5 +214,2 @@ "use strict";

const tracer = this.tracer.withUpdatedContext({ function: "exchangeAtomicImpl" });
tracer.trace("Starting an atomic APDU exchange", {
unresponsiveTimeout: this.unresponsiveTimeout,
});
if (this.exchangeBusyPromise) {

@@ -219,0 +216,0 @@ tracer.trace("Atomic exchange is already busy");

{
"name": "@ledgerhq/hw-transport",
"version": "6.30.1",
"version": "6.30.2-nightly.0",
"description": "Ledger Hardware Wallet common interface of the communication layer",

@@ -5,0 +5,0 @@ "keywords": [

@@ -331,5 +331,2 @@ import EventEmitter from "events";

const tracer = this.tracer.withUpdatedContext({ function: "exchangeAtomicImpl" });
tracer.trace("Starting an atomic APDU exchange", {
unresponsiveTimeout: this.unresponsiveTimeout,
});

@@ -336,0 +333,0 @@ if (this.exchangeBusyPromise) {

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