Socket
Socket
Sign inDemoInstall

@ledgerhq/hw-transport-webusb

Package Overview
Dependencies
Maintainers
13
Versions
288
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 4.68.4 to 4.69.0

4

lib/webusb.js

@@ -107,6 +107,6 @@ "use strict";

var isSupported = exports.isSupported = function isSupported() {
return Promise.resolve(
return Promise.resolve(!!navigator &&
// $FlowFixMe
!!navigator && !!navigator.usb && typeof navigator.usb.getDevices === "function");
!!navigator.usb && typeof navigator.usb.getDevices === "function");
};
//# sourceMappingURL=webusb.js.map
{
"name": "@ledgerhq/hw-transport-webusb",
"version": "4.68.4",
"version": "4.69.0",
"description": "Ledger Hardware Wallet WebUSB implementation of the communication layer",

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

},
"gitHead": "5456188404c66f10ad8be60a29a9935a8af1856f"
"gitHead": "e785c5be9cc27c1d595ee00f47db6c1386f5843f"
}

@@ -26,6 +26,6 @@ // @flow

Promise.resolve(
// $FlowFixMe
!!navigator &&
// $FlowFixMe
!!navigator.usb &&
typeof navigator.usb.getDevices === "function"
);

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