Socket
Socket
Sign inDemoInstall

ethers-providers

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ethers-providers - npm Package Compare versions

Comparing version 2.1.9 to 2.1.10

2

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

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

@@ -297,5 +297,3 @@ 'use strict';

var root = transactionReceipt.root;
if (!((status != null) ^ (root != null))) {
throw new Error('invalid transaction receipt - exactly one of status and root should be present');
}
var result = check(formatTransactionReceipt, transactionReceipt);

@@ -302,0 +300,0 @@ result.logs.forEach(function(entry, index) {

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