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

hw-app-dfi

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hw-app-dfi - npm Package Compare versions

Comparing version 7.0.20 to 7.0.21

1

lib-es/newops/accounttype.js

@@ -217,2 +217,3 @@ var __extends = (this && this.__extends) || (function () {

p2wpkh.prototype.setSingleKeyInput = function (i, inputTx, spentOutput, pubkey, path) {
console.log("p2wpkh.setSingleKeyInput", i, inputTx, spentOutput, pubkey, path);
if (!inputTx) {

@@ -219,0 +220,0 @@ throw new Error("Full input base transaction required");

@@ -359,2 +359,3 @@ var __extends = (this && this.__extends) || (function () {

PsbtV2.prototype.setInput = function (index, keyType, keyData, value) {
console.log("setInput", index, keyType, keyData, value);
set(this.getMap(index, this.inputMaps), keyType, keyData, value);

@@ -361,0 +362,0 @@ };

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

p2wpkh.prototype.setSingleKeyInput = function (i, inputTx, spentOutput, pubkey, path) {
console.log("p2wpkh.setSingleKeyInput", i, inputTx, spentOutput, pubkey, path);
if (!inputTx) {

@@ -222,0 +223,0 @@ throw new Error("Full input base transaction required");

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

PsbtV2.prototype.setInput = function (index, keyType, keyData, value) {
console.log("setInput", index, keyType, keyData, value);
set(this.getMap(index, this.inputMaps), keyType, keyData, value);

@@ -364,0 +365,0 @@ };

2

package.json
{
"name": "hw-app-dfi",
"version": "7.0.20",
"version": "7.0.21",
"description": "Ledger Hardware Wallet DeFiChain Application API",

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

@@ -349,2 +349,3 @@ import { crypto } from "bitcoinjs-lib";

) {
console.log("p2wpkh.setSingleKeyInput", i, inputTx, spentOutput, pubkey, path);
if (!inputTx) {

@@ -351,0 +352,0 @@ throw new Error("Full input base transaction required");

@@ -393,2 +393,3 @@ /* eslint-disable @typescript-eslint/no-non-null-assertion */

) {
console.log("setInput", index, keyType, keyData, value);
set(this.getMap(index, this.inputMaps), keyType, keyData, value);

@@ -395,0 +396,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

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

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