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
8
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.13.0 to 0.14.0

4

index.js

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

if (success) {
let v = payload.v - 27
let v = parseInt(payload.v, 10)
v = v.toString(16)

@@ -418,3 +418,3 @@ if (v.length < 2) {

if (success) {
let v = payload.v - 27
let v = parseInt(payload.v, 10)
v = v.toString(16)

@@ -421,0 +421,0 @@ if (v.length < 2) {

{
"name": "@metamask/eth-ledger-bridge-keyring",
"version": "0.13.0",
"version": "0.14.0",
"description": "A MetaMask compatible keyring, for ledger hardware wallets",

@@ -10,3 +10,3 @@ "main": "index.js",

"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},

@@ -38,8 +38,5 @@ "scripts": {

"homepage": "https://github.com/MetaMask/eth-ledger-bridge-keyring#readme",
"resolutions": {
"mocha/**/mkdirp": "^0.5.3"
},
"dependencies": {
"@ethereumjs/tx": "^3.2.0",
"eth-sig-util": "^2.0.0",
"@ethereumjs/tx": "^3.2.0",
"ethereumjs-util": "^7.0.9",

@@ -50,2 +47,3 @@ "hdkey": "0.8.0"

"@ethereumjs/common": "^2.4.0",
"@lavamoat/allow-scripts": "^2.3.0",
"@metamask/eslint-config": "^3.0.0",

@@ -61,3 +59,15 @@ "babel-eslint": "^10.1.0",

"mocha": "^5.0.4"
},
"packageManager": "yarn@3.4.1",
"lavamoat": {
"allowScripts": {
"@lavamoat/preinstall-always-fail": false,
"eth-sig-util>ethereumjs-abi>ethereumjs-util>keccak": false,
"eth-sig-util>ethereumjs-util>keccak": false,
"ethereumjs-tx>ethereumjs-util>keccak": false,
"ethereumjs-util>ethereum-cryptography>keccak": false,
"ethereumjs-util>ethereum-cryptography>secp256k1": false,
"hdkey>secp256k1": false
}
}
}
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