Socket
Socket
Sign inDemoInstall

@ethersproject/abstract-provider

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ethersproject/abstract-provider - npm Package Compare versions

Comparing version 5.0.0-beta.123 to 5.0.0-beta.124

2

_version.d.ts

@@ -1,1 +0,1 @@

export declare const version = "5.0.0-beta.123";
export declare const version = "5.0.0-beta.124";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = "5.0.0-beta.123";
exports.version = "5.0.0-beta.124";

@@ -84,5 +84,2 @@ import { BigNumber, BigNumberish } from "@ethersproject/bignumber";

}
export declare type CallTransactionable = {
call(transaction: TransactionRequest): Promise<TransactionResponse>;
};
export declare class ForkEvent {

@@ -105,3 +102,3 @@ readonly expiry: number;

}
export declare type EventType = string | Array<string> | Array<string | Array<string>> | EventFilter | ForkEvent;
export declare type EventType = string | Array<string | Array<string>> | EventFilter | ForkEvent;
export declare type Listener = (...args: Array<any>) => void;

@@ -108,0 +105,0 @@ export declare abstract class Provider implements OnceBlockable {

@@ -29,2 +29,5 @@ "use strict";

;
//export type CallTransactionable = {
// call(transaction: TransactionRequest): Promise<TransactionResponse>;
//};
var ForkEvent = /** @class */ (function () {

@@ -90,5 +93,7 @@ function ForkEvent(expiry) {

}
// Alias for "on"
Provider.prototype.addListener = function (eventName, listener) {
return this.on(eventName, listener);
};
// Alias for "off"
Provider.prototype.removeListener = function (eventName, listener) {

@@ -95,0 +100,0 @@ return this.off(eventName, listener);

{
"name": "@ethersproject/abstract-provider",
"version": "5.0.0-beta.123",
"version": "5.0.0-beta.124",
"description": "Error utility functions for ethers.",

@@ -31,3 +31,3 @@ "main": "index.js",

},
"tarballHash": "0x81c461548be4aef2ec700f5055743aaf4ff2b3f7694da126bd6aaaf9a2aa3a3e"
"tarballHash": "0xd8b16d78776e7eeba0ade20e00e762d0abae4469e384f5057c02903827be410e"
}
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