Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ledgerhq/hw-transport

Package Overview
Dependencies
Maintainers
5
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 1.1.0-beta.8cc6fdd9 to 1.1.0-beta.9f0d7158

2

package.json
{
"name": "@ledgerhq/hw-transport",
"version": "1.1.0-beta.8cc6fdd9",
"version": "1.1.0-beta.9f0d7158",
"description": "Ledger Hardware Wallet common interface of the communication layer",

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

@@ -37,3 +37,7 @@ //@flow

*/
static +discover: (cb: (descriptor: Descriptor) => void) => Subscription;
static +discover: (
onNext: (descriptor: Descriptor) => void,
onError?: (e: Error) => void,
onDone?: () => void
) => Subscription;

@@ -40,0 +44,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