Socket
Socket
Sign inDemoInstall

web3-provider-engine

Package Overview
Dependencies
Maintainers
1
Versions
192
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web3-provider-engine - npm Package Compare versions

Comparing version 7.7.2 to 7.7.3

2

package.json
{
"name": "web3-provider-engine",
"version": "7.7.2",
"version": "7.7.3",
"description": "",

@@ -5,0 +5,0 @@ "repository": "https://github.com/MetaMask/provider-engine",

@@ -167,7 +167,3 @@ /*

if (result.nonce) res.nonce = result.nonce.result
if (result.gas) {
// add some extra gas, just in case
// see https://github.com/MetaMask/metamask-plugin/issues/60
res.gas = Math.ceil(3 * parseInt(result.gas, 16))
}
if (result.gas) res.gas = result.gas

@@ -174,0 +170,0 @@ cb(null, extend(res, txParams))

@@ -230,2 +230,3 @@ const async = require('async')

var value = ethUtil.toBuffer(rawValue)
value = ethUtil.unpad(value)
var encodedValue = ethUtil.rlp.encode(value)

@@ -232,0 +233,0 @@ cb(null, encodedValue)

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