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

@ledgerhq/hw-transport-u2f

Package Overview
Dependencies
Maintainers
12
Versions
184
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ledgerhq/hw-transport-u2f

Ledger Hardware Wallet Web implementation of the communication layer, using U2F api

  • 5.3.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
26K
increased by43.75%
Maintainers
12
Weekly downloads
 
Created
Source

Github, Ledger Devs Slack

@ledgerhq/hw-transport-u2f

Allows to communicate with Ledger Hardware Wallets.

[Web] (U2F) (legacy but reliable) – FIDO U2F api. check browser support.

API

Table of Contents

TransportU2F

Extends Transport

U2F web Transport implementation

Examples
import TransportU2F from "@ledgerhq/hw-transport-u2f";
...
TransportU2F.create().then(transport => ...)
exchange

Exchange with the device using APDU protocol.

Parameters

Returns Promise<Buffer> a promise of apdu response

setScrambleKey
Parameters
setUnwrap
Parameters
open

static function to create a new Transport from a connected Ledger device discoverable via U2F (browser support)

Parameters
  • _ any
  • _openTimeout number (optional, default 5000)

Returns Promise<TransportU2F>

Keywords

FAQs

Package last updated on 04 Jan 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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