Socket
Socket
Sign inDemoInstall

web3-core

Package Overview
Dependencies
Maintainers
4
Versions
436
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web3-core - npm Package Compare versions

Comparing version 4.5.1-dev.5f6deeb.0 to 4.5.1-dev.60fc197.0

2

lib/commonjs/web3_config.d.ts

@@ -66,3 +66,3 @@ import { Numbers, HexString, BlockNumberOrTag, Common, DataFormat } from 'web3-types';

* This will affect the contracts send, call and estimateGas methods
* Default is `input`.
* Default is `data`.
*/

@@ -69,0 +69,0 @@ get contractDataInputFill(): "input" | "data" | "both";

@@ -67,2 +67,8 @@ "use strict";

this._triggerConfigChange(key, options[key]);
if (!(0, web3_utils_1.isNullish)(options[key]) &&
typeof options[key] === 'number' &&
key === 'maxListenersWarningThreshold') {
// additionally set in event emitter
this.setMaxListenerWarningThreshold(Number(options[key]));
}
}

@@ -95,3 +101,3 @@ Object.assign(this.config, options);

* This will affect the contracts send, call and estimateGas methods
* Default is `input`.
* Default is `data`.
*/

@@ -98,0 +104,0 @@ get contractDataInputFill() {

@@ -64,2 +64,8 @@ /*

this._triggerConfigChange(key, options[key]);
if (!isNullish(options[key]) &&
typeof options[key] === 'number' &&
key === 'maxListenersWarningThreshold') {
// additionally set in event emitter
this.setMaxListenerWarningThreshold(Number(options[key]));
}
}

@@ -92,3 +98,3 @@ Object.assign(this.config, options);

* This will affect the contracts send, call and estimateGas methods
* Default is `input`.
* Default is `data`.
*/

@@ -95,0 +101,0 @@ get contractDataInputFill() {

@@ -66,3 +66,3 @@ import { Numbers, HexString, BlockNumberOrTag, Common, DataFormat } from 'web3-types';

* This will affect the contracts send, call and estimateGas methods
* Default is `input`.
* Default is `data`.
*/

@@ -69,0 +69,0 @@ get contractDataInputFill(): "input" | "data" | "both";

{
"name": "web3-core",
"version": "4.5.1-dev.5f6deeb.0+5f6deeb",
"version": "4.5.1-dev.60fc197.0+60fc197",
"description": "Web3 core tools for sub-packages. This is an internal package.",

@@ -45,13 +45,13 @@ "main": "./lib/commonjs/index.js",

"dependencies": {
"web3-errors": "1.2.1-dev.5f6deeb.0+5f6deeb",
"web3-eth-accounts": "4.1.4-dev.5f6deeb.0+5f6deeb",
"web3-eth-iban": "4.0.8-dev.5f6deeb.0+5f6deeb",
"web3-providers-http": "4.1.1-dev.5f6deeb.0+5f6deeb",
"web3-providers-ws": "4.0.9-dev.5f6deeb.0+5f6deeb",
"web3-types": "1.7.1-dev.5f6deeb.0+5f6deeb",
"web3-utils": "4.3.2-dev.5f6deeb.0+5f6deeb",
"web3-validator": "2.0.7-dev.5f6deeb.0+5f6deeb"
"web3-errors": "1.2.2-dev.60fc197.0+60fc197",
"web3-eth-accounts": "4.1.4-dev.60fc197.0+60fc197",
"web3-eth-iban": "4.0.8-dev.60fc197.0+60fc197",
"web3-providers-http": "4.1.1-dev.60fc197.0+60fc197",
"web3-providers-ws": "4.0.9-dev.60fc197.0+60fc197",
"web3-types": "1.7.1-dev.60fc197.0+60fc197",
"web3-utils": "4.3.2-dev.60fc197.0+60fc197",
"web3-validator": "2.0.7-dev.60fc197.0+60fc197"
},
"optionalDependencies": {
"web3-providers-ipc": "4.0.8-dev.5f6deeb.0+5f6deeb"
"web3-providers-ipc": "4.0.8-dev.60fc197.0+60fc197"
},

@@ -74,3 +74,3 @@ "devDependencies": {

},
"gitHead": "5f6deebd2b27a6120e3102f4f03fb82b8c1b4674"
"gitHead": "60fc1979820fa7be3b6052ccca8397ee75032631"
}

@@ -117,2 +117,10 @@ /*

this._triggerConfigChange(key, options[key]);
if(!isNullish(options[key]) &&
typeof options[key] === 'number' &&
key === 'maxListenersWarningThreshold' )
{
// additionally set in event emitter
this.setMaxListenerWarningThreshold(Number(options[key]));
}
}

@@ -148,3 +156,3 @@ Object.assign(this.config, options);

* This will affect the contracts send, call and estimateGas methods
* Default is `input`.
* Default is `data`.
*/

@@ -151,0 +159,0 @@ public get contractDataInputFill() {

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