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

@backpacker69/hw-app-btc

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 6.12.7 to 6.12.8

lib-es/bip32.d.ts

3

lib/signP2SHTransaction.js

@@ -76,3 +76,3 @@ "use strict";

return __awaiter(this, void 0, void 0, function () {
var _a, inputs, associatedKeysets, outputScriptHex, lockTime, sigHashType, segwit, transactionVersion, initialTimestamp, nullScript, nullPrevout, defaultVersion, trustedInputs, regularOutputs, signatures, firstRun, resuming, targetTransaction, getTrustedInputCall, outputScript, inputs_1, inputs_1_1, input, trustedInput, sequence, outputs, index, e_1_1, i, sequence, i, input, script, pseudoTX, pseudoTrustedInputs, signature;
var _a, inputs, associatedKeysets, outputScriptHex, lockTime, sigHashType, segwit, transactionVersion, initialTimestamp, nullScript, nullPrevout, defaultVersion, trustedInputs, regularOutputs, signatures, firstRun, resuming, startTime, targetTransaction, getTrustedInputCall, outputScript, inputs_1, inputs_1_1, input, trustedInput, sequence, outputs, index, e_1_1, i, sequence, i, input, script, pseudoTX, pseudoTrustedInputs, signature;
var e_1, _b;

@@ -92,2 +92,3 @@ return __generator(this, function (_c) {

resuming = false;
startTime = Date.now();
targetTransaction = {

@@ -94,0 +95,0 @@ inputs: [],

{
"name": "@backpacker69/hw-app-btc",
"version": "6.12.7",
"version": "6.12.8",
"description": "Ledger Hardware Wallet Bitcoin Application API",

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

@@ -61,2 +61,3 @@ import type Transport from "@ledgerhq/hw-transport";

const resuming = false;
const startTime = Date.now();
const targetTransaction: Transaction = {

@@ -63,0 +64,0 @@ inputs: [],

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