Socket
Socket
Sign inDemoInstall

web3-utils

Package Overview
Dependencies
7
Maintainers
4
Versions
409
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.2-dev.e383ae3.0 to 4.2.2-dev.f943944.0

2

lib/commonjs/chunk_response_parser.d.ts

@@ -9,3 +9,3 @@ import { JsonRpcResponse } from 'web3-types';

private readonly autoReconnect;
private readonly chunkTimout;
private readonly chunkTimeout;
constructor(eventEmitter: EventEmitter, autoReconnect: boolean);

@@ -12,0 +12,0 @@ private clearQueues;

@@ -9,3 +9,3 @@ "use strict";

this.autoReconnect = autoReconnect;
this.chunkTimout = 1000 * 15;
this.chunkTimeout = 1000 * 15;
}

@@ -54,3 +54,3 @@ clearQueues() {

}));
}, this.chunkTimout);
}, this.chunkTimeout);
return;

@@ -57,0 +57,0 @@ }

@@ -6,3 +6,3 @@ import { InvalidResponseError } from 'web3-errors';

this.autoReconnect = autoReconnect;
this.chunkTimout = 1000 * 15;
this.chunkTimeout = 1000 * 15;
}

@@ -51,3 +51,3 @@ clearQueues() {

}));
}, this.chunkTimout);
}, this.chunkTimeout);
return;

@@ -54,0 +54,0 @@ }

@@ -9,3 +9,3 @@ import { JsonRpcResponse } from 'web3-types';

private readonly autoReconnect;
private readonly chunkTimout;
private readonly chunkTimeout;
constructor(eventEmitter: EventEmitter, autoReconnect: boolean);

@@ -12,0 +12,0 @@ private clearQueues;

{
"name": "web3-utils",
"sideEffects": false,
"version": "4.2.2-dev.e383ae3.0+e383ae3",
"version": "4.2.2-dev.f943944.0+f943944",
"description": "Collection of utility functions used in web3.js.",

@@ -68,7 +68,7 @@ "main": "./lib/commonjs/index.js",

"eventemitter3": "^5.0.1",
"web3-errors": "1.1.5-dev.e383ae3.0+e383ae3",
"web3-types": "1.5.1-dev.e383ae3.0+e383ae3",
"web3-validator": "2.0.5-dev.e383ae3.0+e383ae3"
"web3-errors": "1.1.5-dev.f943944.0+f943944",
"web3-types": "1.5.1-dev.f943944.0+f943944",
"web3-validator": "2.0.5-dev.f943944.0+f943944"
},
"gitHead": "e383ae38c83119a645f0d94a74416d8c60de2d95"
"gitHead": "f943944b51d977f72d4db959be0e72adbcb68c12"
}

@@ -28,3 +28,3 @@ /*

private readonly autoReconnect: boolean;
private readonly chunkTimout: number;
private readonly chunkTimeout: number;

@@ -34,3 +34,3 @@ public constructor(eventEmitter: EventEmitter, autoReconnect: boolean) {

this.autoReconnect = autoReconnect;
this.chunkTimout = 1000 * 15;
this.chunkTimeout = 1000 * 15;
}

@@ -88,3 +88,3 @@ private clearQueues(): void {

);
}, this.chunkTimout);
}, this.chunkTimeout);
return;

@@ -91,0 +91,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc