web3-providers-ipc
Advanced tools
Comparing version 4.0.8-dev.32b6b29.0 to 4.0.8-dev.32c8cc8.0
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import { Socket, SocketConstructorOpts } from 'net'; | ||
@@ -51,3 +50,3 @@ import { ReconnectOptions, SocketProvider } from 'web3-utils'; | ||
protected _sendToSocket<Method extends Web3APIMethod<API>>(payload: Web3APIPayload<API, Method>): void; | ||
protected _parseResponses(e: Uint8Array | string): import("web3-types").JsonRpcResponse<import("web3-types").JsonRpcResult, import("web3-types").JsonRpcResult>[]; | ||
protected _parseResponses(e: Uint8Array | string): import("web3-types").JsonRpcResponse[]; | ||
protected _addSocketListeners(): void; | ||
@@ -54,0 +53,0 @@ protected _removeSocketListeners(): void; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import { Socket, SocketConstructorOpts } from 'net'; | ||
@@ -51,3 +50,3 @@ import { ReconnectOptions, SocketProvider } from 'web3-utils'; | ||
protected _sendToSocket<Method extends Web3APIMethod<API>>(payload: Web3APIPayload<API, Method>): void; | ||
protected _parseResponses(e: Uint8Array | string): import("web3-types").JsonRpcResponse<import("web3-types").JsonRpcResult, import("web3-types").JsonRpcResult>[]; | ||
protected _parseResponses(e: Uint8Array | string): import("web3-types").JsonRpcResponse[]; | ||
protected _addSocketListeners(): void; | ||
@@ -54,0 +53,0 @@ protected _removeSocketListeners(): void; |
{ | ||
"name": "web3-providers-ipc", | ||
"version": "4.0.8-dev.32b6b29.0+32b6b29", | ||
"version": "4.0.8-dev.32c8cc8.0+32c8cc8", | ||
"description": "IPC provider for Web3 4.x.x", | ||
@@ -56,10 +56,10 @@ "main": "./lib/commonjs/index.js", | ||
"ts-jest": "^29.1.1", | ||
"typescript": "^4.7.4" | ||
"typescript": "^5.5.4" | ||
}, | ||
"dependencies": { | ||
"web3-errors": "1.1.5-dev.32b6b29.0+32b6b29", | ||
"web3-types": "1.6.1-dev.32b6b29.0+32b6b29", | ||
"web3-utils": "4.2.4-dev.32b6b29.0+32b6b29" | ||
"web3-errors": "1.3.1-dev.32c8cc8.0+32c8cc8", | ||
"web3-types": "1.8.1-dev.32c8cc8.0+32c8cc8", | ||
"web3-utils": "4.3.2-dev.32c8cc8.0+32c8cc8" | ||
}, | ||
"gitHead": "32b6b296fffc7084f7688a136c6a0eaf6e369012" | ||
"gitHead": "32c8cc8cc8cdf0dc6c2e331b6463bccef37c3ce6" | ||
} |
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
15
33105
514