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

@metamask/eth-ledger-bridge-keyring

Package Overview
Dependencies
Maintainers
5
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metamask/eth-ledger-bridge-keyring - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

7

index.js

@@ -52,2 +52,9 @@ const {EventEmitter} = require('events')

this.implementFullBIP44 = opts.implementFullBIP44 || false
if (this._isBIP44()) {
// Remove accounts that don't have corresponding account indexes
this.accounts = this.accounts
.filter(account => Boolean(this.accountIndexes[ethUtil.toChecksumAddress(account)]))
}
return Promise.resolve()

@@ -54,0 +61,0 @@ }

2

package.json
{
"name": "@metamask/eth-ledger-bridge-keyring",
"version": "0.2.4",
"version": "0.2.5",
"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