Socket
Socket
Sign inDemoInstall

@secux/transport-webusb

Package Overview
Dependencies
24
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @secux/transport-webusb

SecuX Hardware Wallet webUSB/USB API for communication layer


Version published
Weekly downloads
17
increased by13.33%
Maintainers
1
Install size
2.32 MB
Created
Weekly downloads
 

Readme

Source

transport-webusb

SecuX Hardware Wallet webUSB/USB API for communication layer

Usage

import { SecuxWebUSB } from "@secux/transport-webusb";


const device = await SecuxWebUSB.Create(
    () => console.log("connected"),
    () => console.log("disconnected")
);

await device.Connect();

...

await device.Disconnect();

Keywords

FAQs

Last updated on 19 Sep 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc