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.15 to 2.1.16

2

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

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

@@ -848,2 +848,4 @@ 'use strict';

if (!this.ensAddress) { throw new Error('network does not have ENS deployed'); }
var self = this;

@@ -871,2 +873,4 @@

utils.defineProperty(Provider.prototype, 'lookupAddress', function(address) {
if (!this.ensAddress) { throw new Error('network does not have ENS deployed'); }
address = utils.getAddress(address);

@@ -873,0 +877,0 @@

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