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

@gooddollar/bridge-app

Package Overview
Dependencies
Maintainers
3
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gooddollar/bridge-app - npm Package Compare versions

Comparing version 1.2.16 to 1.2.17

2

package.json
{
"name": "@gooddollar/bridge-app",
"version": "1.2.16",
"version": "1.2.17",
"description": "Minimalistic bridge",

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

@@ -134,3 +134,3 @@ import * as ethers from 'ethers';

const block = await web3.send('eth_getBlockByNumber', [
blockTag === 'latest' ? 'latest' : ethers.utils.hexlify(Number(blockTag)),
blockTag === 'latest' ? 'latest' : '0x' + Number(blockTag).toString(16),
false,

@@ -137,0 +137,0 @@ ]);

Sorry, the diff of this file is too big to display

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