New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ledgerhq/hw-app-btc

Package Overview
Dependencies
Maintainers
7
Versions
440
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ledgerhq/hw-app-btc - npm Package Compare versions

Comparing version 4.24.0-beta.aeaefa0e to 4.24.0

7

lib/Btc.js

@@ -159,2 +159,9 @@ "use strict";

}
// Handle case when no script length: we still want to pass the sequence
// relatable: https://github.com/LedgerHQ/ledger-live-desktop/issues/1386
if (script.length === 0) {
scriptBlocks.push(sequence);
}
return (0, _utils.eachSeries)(scriptBlocks, function (scriptBlock) {

@@ -161,0 +168,0 @@ return _this.getTrustedInputRaw(scriptBlock);

4

package.json
{
"name": "@ledgerhq/hw-app-btc",
"version": "4.24.0-beta.aeaefa0e",
"version": "4.24.0",
"description": "Ledger Hardware Wallet Bitcoin Application API",

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

"dependencies": {
"@ledgerhq/hw-transport": "^4.24.0-beta.aeaefa0e",
"@ledgerhq/hw-transport": "^4.24.0",
"create-hash": "^1.1.3"

@@ -31,0 +31,0 @@ },

@@ -163,2 +163,9 @@ //@flow

}
// Handle case when no script length: we still want to pass the sequence
// relatable: https://github.com/LedgerHQ/ledger-live-desktop/issues/1386
if (script.length === 0) {
scriptBlocks.push(sequence);
}
return eachSeries(scriptBlocks, scriptBlock =>

@@ -165,0 +172,0 @@ this.getTrustedInputRaw(scriptBlock)

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