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.1 to 1.0.2

src/setPasswords.js

2

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

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

@@ -15,2 +15,3 @@ //@flow

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

@@ -92,2 +93,6 @@ export type { AddressFormat };

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

@@ -94,0 +99,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.

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