Socket
Socket
Sign inDemoInstall

@ledgerhq/hw-transport-http

Package Overview
Dependencies
Maintainers
18
Versions
382
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 6.7.0 to 6.9.1-6.9.1-taproot.0.0

6

package.json
{
"name": "@ledgerhq/hw-transport-http",
"version": "6.7.0",
"version": "6.9.1-6.9.1-taproot.0.0",
"description": "Ledger Hardware Wallet communication layer over http",

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

"@ledgerhq/logs": "^6.2.0",
"axios": "^0.21.4",
"axios": "^0.22.0",
"ws": "7"

@@ -42,3 +42,3 @@ },

},
"gitHead": "91b41e29087aba025c03ad3a3f94342316ead554"
"gitHead": "deb241a6bd1935e4996bcb2bdc83650f8e645340"
}

@@ -68,3 +68,3 @@ import Transport from "@ledgerhq/hw-transport";

const body = await response.data;
const body: any = await response.data;
if (body.error) throw body.error;

@@ -71,0 +71,0 @@ log("apdu", "<= " + body.data);

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