web3-rpc-providers
Advanced tools
Comparing version 1.0.0-dev.32c8cc8.0 to 1.0.0-dev.376f192.0
@@ -0,1 +1,3 @@ | ||
/// <reference types="ws" /> | ||
/// <reference types="node" /> | ||
import { ClientOptions, ClientRequestArgs } from 'web3-providers-ws'; | ||
@@ -24,5 +26,5 @@ import { ReconnectOptions } from 'web3-utils'; | ||
} | ||
export type SocketOptions = { | ||
export declare type SocketOptions = { | ||
socketOptions?: ClientOptions | ClientRequestArgs; | ||
reconnectOptions?: Partial<ReconnectOptions>; | ||
}; |
@@ -24,3 +24,3 @@ "use strict"; | ||
Transport["WebSocket"] = "wss"; | ||
})(Transport || (exports.Transport = Transport = {})); | ||
})(Transport = exports.Transport || (exports.Transport = {})); | ||
var Network; | ||
@@ -43,3 +43,3 @@ (function (Network) { | ||
Network["BNB_TESTNET"] = "bnb_testnet"; | ||
})(Network || (exports.Network = Network = {})); | ||
})(Network = exports.Network || (exports.Network = {})); | ||
//# sourceMappingURL=types.js.map |
@@ -0,1 +1,3 @@ | ||
/// <reference types="ws" /> | ||
/// <reference types="node" /> | ||
import { ClientOptions, ClientRequestArgs } from 'web3-providers-ws'; | ||
@@ -24,3 +26,3 @@ import { ReconnectOptions } from 'web3-utils'; | ||
} | ||
export type SocketOptions = { | ||
export declare type SocketOptions = { | ||
socketOptions?: ClientOptions | ClientRequestArgs; | ||
@@ -27,0 +29,0 @@ reconnectOptions?: Partial<ReconnectOptions>; |
{ | ||
"name": "web3-rpc-providers", | ||
"version": "1.0.0-dev.32c8cc8.0+32c8cc8", | ||
"version": "1.0.0-dev.376f192.0+376f192", | ||
"description": "Web3 Providers package", | ||
@@ -57,13 +57,13 @@ "main": "./lib/commonjs/index.js", | ||
"ts-jest": "^29.1.1", | ||
"typescript": "^5.5.4" | ||
"typescript": "^4.7.4" | ||
}, | ||
"dependencies": { | ||
"web3-errors": "1.3.1-dev.32c8cc8.0+32c8cc8", | ||
"web3-providers-http": "4.2.1-dev.32c8cc8.0+32c8cc8", | ||
"web3-providers-ws": "4.0.9-dev.32c8cc8.0+32c8cc8", | ||
"web3-types": "1.8.1-dev.32c8cc8.0+32c8cc8", | ||
"web3-utils": "4.3.2-dev.32c8cc8.0+32c8cc8", | ||
"web3-validator": "2.0.7-dev.32c8cc8.0+32c8cc8" | ||
"web3-errors": "1.3.1-dev.376f192.0+376f192", | ||
"web3-providers-http": "4.2.1-dev.376f192.0+376f192", | ||
"web3-providers-ws": "4.0.9-dev.376f192.0+376f192", | ||
"web3-types": "1.8.2-dev.376f192.0+376f192", | ||
"web3-utils": "4.3.3-dev.376f192.0+376f192", | ||
"web3-validator": "2.0.7-dev.376f192.0+376f192" | ||
}, | ||
"gitHead": "32c8cc8cc8cdf0dc6c2e331b6463bccef37c3ce6" | ||
"gitHead": "376f19259deae5424ccc8274f2d7c978456905e0" | ||
} |
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
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
1193
82220
45