Socket
Socket
Sign inDemoInstall

web3-utils

Package Overview
Dependencies
Maintainers
4
Versions
454
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web3-utils - npm Package Compare versions

Comparing version 4.2.1 to 4.2.2-dev.43e70c1.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.1",
"version": "4.2.2-dev.43e70c1.0+43e70c1",
"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.4",
"web3-types": "^1.5.0",
"web3-validator": "^2.0.4"
"web3-errors": "1.1.5-dev.43e70c1.0+43e70c1",
"web3-types": "1.5.1-dev.43e70c1.0+43e70c1",
"web3-validator": "2.0.5-dev.43e70c1.0+43e70c1"
},
"gitHead": "a7bbd7af6adef17d9e51adac57891aa9fdabd59f"
"gitHead": "43e70c179e0047be13d7b2142d4e11e30a374780"
}

@@ -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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc