Socket
Socket
Sign inDemoInstall

@ledgerhq/hw-transport-http

Package Overview
Dependencies
Maintainers
20
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.27.16-nightly.0 to 6.28.0-nightly.1

6

CHANGELOG.md
# @ledgerhq/hw-transport-http
## 6.28.0-nightly.1
### Minor Changes
- [#3523](https://github.com/LedgerHQ/ledger-live/pull/3523) [`500e36a789`](https://github.com/LedgerHQ/ledger-live/commit/500e36a789b34125164433fbd03c00305669ee4d) Thanks [@drakoFukayu](https://github.com/drakoFukayu)! - feat: LLD allow user to use vault as a signer
## 6.27.16-nightly.0

@@ -4,0 +10,0 @@

3

lib-es/HttpTransport.js

@@ -18,3 +18,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

*/
export default class HttpTransport extends Transport {
class HttpTransport extends Transport {
static open(url, timeout) {

@@ -76,2 +76,3 @@ return __awaiter(this, void 0, void 0, function* () {

});
export default HttpTransport;
//# sourceMappingURL=HttpTransport.js.map

@@ -18,3 +18,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

*/
export default class WebSocketTransport extends Transport {
class WebSocketTransport extends Transport {
static open(url) {

@@ -128,2 +128,3 @@ return __awaiter(this, void 0, void 0, function* () {

});
export default WebSocketTransport;
//# sourceMappingURL=WebSocketTransport.js.map

@@ -64,3 +64,2 @@ "use strict";

}
exports.default = HttpTransport;
_a = HttpTransport;

@@ -82,2 +81,3 @@ HttpTransport.isSupported = () => Promise.resolve(typeof fetch === "function");

});
exports.default = HttpTransport;
//# sourceMappingURL=HttpTransport.js.map

@@ -102,3 +102,2 @@ "use strict";

}
exports.default = WebSocketTransport;
_a = WebSocketTransport;

@@ -134,2 +133,3 @@ WebSocketTransport.isSupported = () => Promise.resolve(typeof WebSocket === "function");

});
exports.default = WebSocketTransport;
//# sourceMappingURL=WebSocketTransport.js.map
{
"name": "@ledgerhq/hw-transport-http",
"version": "6.27.16-nightly.0",
"version": "6.28.0-nightly.1",
"description": "Ledger Hardware Wallet communication layer over http",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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