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

blockchain33

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blockchain33 - npm Package Compare versions

Comparing version 0.0.48 to 0.0.49

4

dist/blockchain.js

@@ -459,3 +459,3 @@ "use strict";

else
return await this.getLimitter(net.id).schedule({ priority: 0 }, () => this.getProvider(net).getBlockWithTransactions(blockNumber));
return await this.getLimitter(net.id).schedule(() => this.getProvider(net).getBlockWithTransactions(blockNumber));
}

@@ -466,3 +466,3 @@ async getBlockNumber(net) {

else
return await this.getLimitter(net.id).schedule({ priority: 0 }, () => this.getProvider(net).getBlockNumber());
return await this.getLimitter(net.id).schedule(() => this.getProvider(net).getBlockNumber());
}

@@ -469,0 +469,0 @@ async getLogs(net, fromBlock, toBlock, address, topics) {

@@ -11,3 +11,3 @@ {

],
"version": "0.0.48",
"version": "0.0.49",
"description": "utilities for All blockchain like EVM (ETH)",

@@ -14,0 +14,0 @@ "main": "dist/blockchain.js",

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