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

@elmutt/hdwallet-keepkey

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elmutt/hdwallet-keepkey - npm Package Compare versions

Comparing version 1.9.6-testnet to 1.9.7-testnet

4

dist/binance.js

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

let coinOut = new messages_binance_pb_1.BinanceTransferMsg.BinanceCoin();
coinOut.setAmount(message.outputs[0].coins[0].amount.toString());
coinOut.setAmount(message.outputs[0].coins[0].amount);
coinOut.setDenom(message.outputs[0].coins[0].denom);

@@ -72,3 +72,3 @@ let outputs = new messages_binance_pb_1.BinanceTransferMsg.BinanceInputOutput();

let coinIn = new messages_binance_pb_1.BinanceTransferMsg.BinanceCoin();
coinIn.setAmount(message.inputs[0].coins[0].amount.toString());
coinIn.setAmount(message.inputs[0].coins[0].amount);
coinIn.setDenom(message.inputs[0].coins[0].denom);

@@ -75,0 +75,0 @@ let inputs = new messages_binance_pb_1.BinanceTransferMsg.BinanceInputOutput();

{
"name": "@elmutt/hdwallet-keepkey",
"version": "1.9.6-testnet",
"version": "1.9.7-testnet",
"license": "MIT",

@@ -18,3 +18,3 @@ "publishConfig": {

"dependencies": {
"@elmutt/hdwallet-core": "^1.9.6-testnet",
"@elmutt/hdwallet-core": "^1.9.7-testnet",
"@keepkey/device-protocol": "^6.4.1",

@@ -27,3 +27,3 @@ "eip55": "^1.0.3",

},
"gitHead": "8135082f1475d458de0a58f4696fea27ac31136a"
"gitHead": "02b3a7e70cdd965f6fa149eeb5a382667df220d6"
}

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