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

@ethersproject/web

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ethersproject/web - npm Package Compare versions

Comparing version 5.0.0-beta.140 to 5.0.0-beta.141

2

lib.esm/_version.d.ts

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

export declare const version = "web/5.0.0-beta.140";
export declare const version = "web/5.0.0-beta.141";

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

export const version = "web/5.0.0-beta.140";
export const version = "web/5.0.0-beta.141";

@@ -34,2 +34,2 @@ export declare type ConnectionInfo = {

export declare function fetchJson(connection: string | ConnectionInfo, json?: string, processFunc?: (value: any, response: FetchJsonResponse) => any): Promise<any>;
export declare function poll(func: () => Promise<any>, options?: PollOptions): Promise<any>;
export declare function poll<T>(func: () => Promise<T>, options?: PollOptions): Promise<T>;

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

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

@@ -34,2 +34,2 @@ export declare type ConnectionInfo = {

export declare function fetchJson(connection: string | ConnectionInfo, json?: string, processFunc?: (value: any, response: FetchJsonResponse) => any): Promise<any>;
export declare function poll(func: () => Promise<any>, options?: PollOptions): Promise<any>;
export declare function poll<T>(func: () => Promise<T>, options?: PollOptions): Promise<T>;

@@ -38,5 +38,5 @@ {

},
"tarballHash": "0xc204ca7a6f3b8b566d546691debfe40632fc7bfeaab42926483d380213fc95de",
"tarballHash": "0x982253f72136485683558734cc569b58d181623ca7f6dcd62f18764d850046b7",
"types": "./lib/index.d.ts",
"version": "5.0.0-beta.140"
"version": "5.0.0-beta.141"
}
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