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.0 to 0.8.1

2

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

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

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

gasPriceBytes = maxFeePerGasBytes;
if (0 > Buffer.compare(maxFeePerGasBytes, maxPriorityFeePerGasBytes))
throw new Error('EIP1559 requirement not met: (maxFeePerGasBytes > maxPriorityFeePerGasBytes)')
} else {

@@ -141,0 +139,0 @@ // EIP1559 transactions do not have the gasPrice field

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