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

@binance-chain/bsc-ledger-bridge-keyring

Package Overview
Dependencies
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@binance-chain/bsc-ledger-bridge-keyring - npm Package Compare versions

Comparing version 0.2.15 to 0.2.16

2

index.js

@@ -172,3 +172,3 @@ const { EventEmitter } = require('events')

const checksummedAddress = ethUtil.toChecksumAddress(address)
if (!Object.keys(this.accountIndexes).includes(checksummedAddress) && !accountIndex) {
if (!Object.keys(this.accountIndexes).includes(checksummedAddress) && accountIndex === undefined) {
reject(

@@ -175,0 +175,0 @@ new Error(

{
"name": "@binance-chain/bsc-ledger-bridge-keyring",
"version": "0.2.15",
"version": "0.2.16",
"description": "A MetaMask compatible keyring, for ledger hardware wallets",

@@ -5,0 +5,0 @@ "main": "index.js",

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