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-notarizer.0 to 6.27.16

14

CHANGELOG.md
# @ledgerhq/hw-transport-node-speculos-http
## 6.27.16-notarizer.0
## 6.27.16

@@ -8,5 +8,13 @@ ### Patch Changes

- Updated dependencies [[`9adc1862dd`](https://github.com/LedgerHQ/ledger-live/commit/9adc1862dda605a722d19f3b6895bd324834c914)]:
- @ledgerhq/errors@6.12.7-notarizer.0
- @ledgerhq/hw-transport@6.28.5-notarizer.0
- @ledgerhq/errors@6.12.7
- @ledgerhq/hw-transport@6.28.5
## 6.27.16-next.0
### Patch Changes
- Updated dependencies [[`9adc1862dd`](https://github.com/LedgerHQ/ledger-live/commit/9adc1862dda605a722d19f3b6895bd324834c914)]:
- @ledgerhq/errors@6.12.7-next.0
- @ledgerhq/hw-transport@6.28.5-next.0
## 6.27.15

@@ -13,0 +21,0 @@

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

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

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

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

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

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

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

});
exports.default = SpeculosHttpTransport;
//# sourceMappingURL=SpeculosHttpTransport.js.map
{
"name": "@ledgerhq/hw-transport-node-speculos-http",
"version": "6.27.16-notarizer.0",
"version": "6.27.16",
"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-notarizer.0",
"@ledgerhq/hw-transport": "^6.28.5-notarizer.0",
"@ledgerhq/errors": "^6.12.7",
"@ledgerhq/hw-transport": "^6.28.5",
"@ledgerhq/logs": "^6.10.1"

@@ -37,0 +37,0 @@ },

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