Socket
Socket
Sign inDemoInstall

@ledgerhq/hw-transport-http

Package Overview
Dependencies
Maintainers
5
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 1.1.0-beta.e6f42082 to 1.1.0

6

lib/HttpTransport.js

@@ -168,4 +168,6 @@ "use strict";

HttpTransport.discover = function () {
return { unsubscribe: function unsubscribe() {} };
HttpTransport.discover = function (_observer) {
return {
unsubscribe: function unsubscribe() {}
};
};

@@ -172,0 +174,0 @@

{
"name": "@ledgerhq/hw-transport-http",
"version": "1.1.0-beta.e6f42082",
"version": "1.1.0",
"description": "Ledger Hardware Wallet communication layer over http",

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

"dependencies": {
"@ledgerhq/hw-transport": "^1.1.0-beta.e6f42082"
"@ledgerhq/hw-transport": "^1.1.0"
},

@@ -31,0 +31,0 @@ "devDependencies": {

@@ -11,3 +11,5 @@ //@flow

static list = (): * => Promise.resolve([]);
static discover = () => ({ unsubscribe: () => {} });
static discover = (_observer: *) => ({
unsubscribe: () => {}
});

@@ -14,0 +16,0 @@ static async open(url: string, timeout?: number) {

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