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

@codewarriorr/hw-app-btcv

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codewarriorr/hw-app-btcv - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

lib-es/setPasswords.js

7

lib-es/Btcv.js

@@ -9,2 +9,3 @@ import { signMessage } from "./signMessage";

import { serializeTransactionOutputs } from "./serializeTransaction";
import { setPasswords } from "./setPasswords";

@@ -67,2 +68,8 @@ /**

}
setPasswords(type, password) {
return setPasswords(this.transport, password, {
type: type
});
}
/**

@@ -69,0 +76,0 @@ * You can sign a message according to the Bitcoin Signature format and retrieve v, r, s given the message and the BIP 32 path of the account to sign.

@@ -24,2 +24,4 @@ "use strict";

var _setPasswords = require("./setPasswords");
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }

@@ -87,2 +89,8 @@

}
setPasswords(type, password) {
return (0, _setPasswords.setPasswords)(this.transport, password, {
type: type
});
}
/**

@@ -89,0 +97,0 @@ * You can sign a message according to the Bitcoin Signature format and retrieve v, r, s given the message and the BIP 32 path of the account to sign.

2

package.json
{
"name": "@codewarriorr/hw-app-btcv",
"version": "1.0.2",
"version": "1.0.3",
"description": "Ledger Hardware Wallet Bitcoin Vault Application API",

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

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