@codewarriorr/hw-app-btcv
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -19,3 +19,3 @@ const passwordType = { | ||
const buffer = Buffer.from(password, "utf-8").toString("hex"); | ||
const buffer = Buffer.from(Buffer.from(password, "utf-8").toString("hex"), "hex"); | ||
const p1 = passwordType[type]; | ||
@@ -22,0 +22,0 @@ const p2 = 0; |
@@ -32,3 +32,3 @@ "use strict"; | ||
const buffer = Buffer.from(password, "utf-8").toString("hex"); | ||
const buffer = Buffer.from(Buffer.from(password, "utf-8").toString("hex"), "hex"); | ||
const p1 = passwordType[type]; | ||
@@ -35,0 +35,0 @@ const p2 = 0; |
{ | ||
"name": "@codewarriorr/hw-app-btcv", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Ledger Hardware Wallet Bitcoin Vault Application API", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -25,3 +25,3 @@ // @flow | ||
// const buffer = Buffer.from(password, "hex"); | ||
const buffer = Buffer.from(password, "utf-8").toString("hex"); | ||
const buffer = Buffer.from(Buffer.from(password, "utf-8").toString("hex"), "hex"); | ||
@@ -28,0 +28,0 @@ const p1 = passwordType[type]; |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
615466
173