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

@flashbots/ethers-provider-bundle

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flashbots/ethers-provider-bundle - npm Package Compare versions

Comparing version 0.4.3 to 0.4.4

3

build/index.js

@@ -376,2 +376,5 @@ "use strict";

if (tx.v !== undefined && tx.r !== undefined && tx.s !== undefined) {
if (tx.type === 2) {
delete tx.gasPrice;
}
return transactions_1.serialize(tx, {

@@ -378,0 +381,0 @@ v: tx.v,

2

package.json
{
"name": "@flashbots/ethers-provider-bundle",
"version": "0.4.3",
"version": "0.4.4",
"description": "",

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

@@ -611,2 +611,5 @@ import { BlockTag, TransactionReceipt, TransactionRequest } from '@ethersproject/abstract-provider'

if (tx.v !== undefined && tx.r !== undefined && tx.s !== undefined) {
if (tx.type === 2) {
delete tx.gasPrice;
}
return serialize(tx, {

@@ -613,0 +616,0 @@ v: tx.v,

Sorry, the diff of this file is not supported yet

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