New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gridplus-sdk

Package Overview
Dependencies
Maintainers
1
Versions
182
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gridplus-sdk - npm Package Compare versions

Comparing version 0.8.4 to 0.8.5

2

package.json
{
"name": "gridplus-sdk",
"version": "0.8.4",
"version": "0.8.5",
"description": "SDK to interact with GridPlus Lattice1 device",

@@ -5,0 +5,0 @@ "scripts": {

@@ -132,4 +132,2 @@ // Utils for Ethereum transactions. This is effecitvely a shim of ethereumjs-util, which

throw new Error('EIP1559 transactions must include `maxFeePerGas`');
if (data.maxPriorityFeePerGas > data.maxFeePerGas)
throw new Error('maxPriorityFeePerGas must be <= maxFeePerGas');
maxPriorityFeePerGasBytes = ensureHexBuffer(data.maxPriorityFeePerGas);

@@ -136,0 +134,0 @@ rawTx.push(maxPriorityFeePerGasBytes);

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