Socket
Socket
Sign inDemoInstall

@ledgerhq/hw-transport-web-ble

Package Overview
Dependencies
Maintainers
11
Versions
284
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ledgerhq/hw-transport-web-ble - npm Package Compare versions

Comparing version 4.56.0 to 4.56.1-alpha.0

4

lib/TransportWebBLE.js

@@ -132,3 +132,3 @@ "use strict";

if (afterMTUTime - beforeMTUTime < 500) {
if (afterMTUTime - beforeMTUTime < 1000) {
needsReconnect = false; // (optim) there is likely no new pairing done because mtu answer was fast.

@@ -148,3 +148,3 @@ }

return new Promise(function (s) {
return setTimeout(s, 1000);
return setTimeout(s, 4000);
});

@@ -151,0 +151,0 @@

{
"name": "@ledgerhq/hw-transport-web-ble",
"version": "4.56.0",
"version": "4.56.1-alpha.0+4bb1693",
"description": "Ledger Hardware Wallet Web Bluetooth implementation of the communication layer",

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

},
"gitHead": "1d6830c64a54ec5f44556dedd06e72dbb32b8558"
"gitHead": "4bb16933289676d8f5189dc9f01cdd327858a806"
}

@@ -152,3 +152,3 @@ // @flow

if (afterMTUTime - beforeMTUTime < 500) {
if (afterMTUTime - beforeMTUTime < 1000) {
needsReconnect = false; // (optim) there is likely no new pairing done because mtu answer was fast.

@@ -160,3 +160,3 @@ }

// necessary time for the bonding workaround
await new Promise(s => setTimeout(s, 1000));
await new Promise(s => setTimeout(s, 4000));
}

@@ -163,0 +163,0 @@ }

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