Socket
Socket
Sign inDemoInstall

ethers-providers

Package Overview
Dependencies
7
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.12 to 2.1.13

2

package.json
{
"name": "ethers-providers",
"version": "2.1.12",
"version": "2.1.13",
"description": "Service provider for Ethereum wallet library.",

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

@@ -733,2 +733,3 @@ 'use strict';

return this.perform('getBlock', {blockHash: blockHash}).then(function(block) {
if (block == null) { return null; }
return checkBlock(block);

@@ -744,2 +745,3 @@ });

return this.perform('getBlock', {blockTag: blockTag}).then(function(block) {
if (block == null) { return null; }
return checkBlock(block);

@@ -746,0 +748,0 @@ });

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc