web3-providers-ipc
Advanced tools
Comparing version 4.0.4-dev.ebd0c57.0 to 4.0.4-dev.ed2770c.0
@@ -49,3 +49,3 @@ /// <reference types="node" /> | ||
protected _openSocketConnection(): void; | ||
protected _closeSocketConnection(code?: number, data?: string): void; | ||
protected _closeSocketConnection(code: number, data?: string): void; | ||
protected _sendToSocket<Method extends Web3APIMethod<API>>(payload: Web3APIPayload<API, Method>): void; | ||
@@ -52,0 +52,0 @@ protected _parseResponses(e: Uint8Array | string): import("web3-types").JsonRpcResponse<import("web3-types").JsonRpcResult, import("web3-types").JsonRpcResult>[]; |
@@ -49,3 +49,3 @@ /// <reference types="node" /> | ||
protected _openSocketConnection(): void; | ||
protected _closeSocketConnection(code?: number, data?: string): void; | ||
protected _closeSocketConnection(code: number, data?: string): void; | ||
protected _sendToSocket<Method extends Web3APIMethod<API>>(payload: Web3APIPayload<API, Method>): void; | ||
@@ -52,0 +52,0 @@ protected _parseResponses(e: Uint8Array | string): import("web3-types").JsonRpcResponse<import("web3-types").JsonRpcResult, import("web3-types").JsonRpcResult>[]; |
{ | ||
"name": "web3-providers-ipc", | ||
"version": "4.0.4-dev.ebd0c57.0+ebd0c57", | ||
"version": "4.0.4-dev.ed2770c.0+ed2770c", | ||
"description": "IPC provider for Web3 4.x.x", | ||
@@ -59,7 +59,7 @@ "main": "./lib/commonjs/index.js", | ||
"dependencies": { | ||
"web3-errors": "1.0.3-dev.ebd0c57.0+ebd0c57", | ||
"web3-types": "1.0.3-dev.ebd0c57.0+ebd0c57", | ||
"web3-utils": "4.0.4-dev.ebd0c57.0+ebd0c57" | ||
"web3-errors": "1.0.3-dev.ed2770c.0+ed2770c", | ||
"web3-types": "1.0.3-dev.ed2770c.0+ed2770c", | ||
"web3-utils": "4.0.4-dev.ed2770c.0+ed2770c" | ||
}, | ||
"gitHead": "ebd0c578d34795d7d5a2e3d1cedd3ae1c3031c68" | ||
"gitHead": "ed2770c8e9dade23b3577612201269a0b004aac0" | ||
} |
@@ -106,3 +106,3 @@ /* | ||
protected _closeSocketConnection(code?: number, data?: string) { | ||
protected _closeSocketConnection(code: number, data?: string) { | ||
this._socketConnection?.end(() => { | ||
@@ -109,0 +109,0 @@ this._onDisconnect(code, data); |
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
33076