Socket
Socket
Sign inDemoInstall

@ledgerhq/hw-transport-http

Package Overview
Dependencies
Maintainers
6
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 2.0.1 to 2.0.2

2

lib/HttpTransport.js

@@ -70,3 +70,3 @@ "use strict";

if (body.error) throw body.error;
return body.data;
return Buffer.from(body.data, "hex");
})();

@@ -73,0 +73,0 @@ }

{
"name": "@ledgerhq/hw-transport-http",
"version": "2.0.1",
"version": "2.0.2",
"description": "Ledger Hardware Wallet communication layer over http",

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

@@ -57,3 +57,3 @@ //@flow

if (body.error) throw body.error;
return body.data;
return Buffer.from(body.data, "hex");
}

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