Socket
Socket
Sign inDemoInstall

@chainify/hw-ledger

Package Overview
Dependencies
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chainify/hw-ledger - npm Package Compare versions

Comparing version 1.2.33 to 1.3.0

7

CHANGELOG.md
# @chainify/hw-ledger
## 1.3.0
### Minor Changes
- a8be4f76a: Updated ledger app methods calls
- dd59aaa6a: Updated ledger packages for evm and bitcoin
## 1.2.33

@@ -4,0 +11,0 @@

8

dist/lib/LedgerProvider.js

@@ -39,7 +39,7 @@ "use strict";

return __awaiter(this, void 0, void 0, function* () {
const app = yield this.getApp();
yield this.getApp();
// keep current exchange timeout
const prevExchangeTimeout = app.transport.exchangeTimeout;
const prevExchangeTimeout = this._transport.exchangeTimeout;
// set exchange timeout to 2 seconds
app.transport.setExchangeTimeout(2000);
this._transport.setExchangeTimeout(2000);
try {

@@ -56,3 +56,3 @@ // https://ledgerhq.github.io/btchip-doc/bitcoin-technical-beta.html#_get_random

// set exchange timeout to previous value
app.transport.setExchangeTimeout(prevExchangeTimeout);
this._transport.setExchangeTimeout(prevExchangeTimeout);
}

@@ -59,0 +59,0 @@ return true;

{
"name": "@chainify/hw-ledger",
"version": "1.2.33",
"version": "1.3.0",
"description": "",

@@ -22,5 +22,5 @@ "author": "Liquality <info@liquality.io>",

"@chainify/utils": "1.2.33",
"@ledgerhq/hw-transport": "6.27.1",
"@ledgerhq/hw-transport-webhid": "6.27.1"
"@ledgerhq/hw-transport": "6.27.8",
"@ledgerhq/hw-transport-webhid": "6.27.8"
}
}

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