Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ledgerhq/hw-transport-node-speculos-http

Package Overview
Dependencies
Maintainers
20
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 6.27.16 to 6.27.17-next.0

8

CHANGELOG.md
# @ledgerhq/hw-transport-node-speculos-http
## 6.27.17-next.0
### Patch Changes
- Updated dependencies [[`0f4293e9bf`](https://github.com/LedgerHQ/ledger-live/commit/0f4293e9bf9cac4c2a195efeb0831aab3d51933d)]:
- @ledgerhq/errors@6.13.0-next.0
- @ledgerhq/hw-transport@6.28.6-next.0
## 6.27.16

@@ -4,0 +12,0 @@

3

lib-es/SpeculosHttpTransport.js

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

*/
export default class SpeculosHttpTransport extends Transport {
class SpeculosHttpTransport extends Transport {
constructor(instance, opts) {

@@ -115,2 +115,3 @@ super();

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

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

}
exports.default = SpeculosHttpTransport;
SpeculosHttpTransport.isSupported = () => Promise.resolve(true);

@@ -121,2 +120,3 @@ // this transport is not discoverable

});
exports.default = SpeculosHttpTransport;
//# sourceMappingURL=SpeculosHttpTransport.js.map
{
"name": "@ledgerhq/hw-transport-node-speculos-http",
"version": "6.27.16",
"version": "6.27.17-next.0",
"description": "Ledger Hardware Wallet communication layer with speculos Nano simulator using the http api",

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

"rxjs": "6",
"@ledgerhq/errors": "^6.12.7",
"@ledgerhq/hw-transport": "^6.28.5",
"@ledgerhq/errors": "^6.13.0-next.0",
"@ledgerhq/hw-transport": "^6.28.6-next.0",
"@ledgerhq/logs": "^6.10.1"

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

"@types/node": "^18.15.3",
"documentation": "13.2.4",
"documentation": "13.2.5",
"jest": "^28.1.1",

@@ -45,0 +45,0 @@ "rimraf": "^4.4.1",

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