Socket
Socket
Sign inDemoInstall

json-rpc-engine

Package Overview
Dependencies
Maintainers
5
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-rpc-engine - npm Package Compare versions

Comparing version 5.1.6 to 5.1.8

.python-version

4

package.json
{
"name": "json-rpc-engine",
"version": "5.1.6",
"version": "5.1.8",
"description": "a tool for processing JSON RPC",

@@ -23,3 +23,3 @@ "license": "ISC",

"async": "^2.0.1",
"eth-json-rpc-errors": "^2.0.0",
"eth-json-rpc-errors": "^2.0.1",
"promise-to-callback": "^1.0.0",

@@ -26,0 +26,0 @@ "safe-event-emitter": "^1.0.1"

import { IJsonRpcError } from 'eth-json-rpc-errors/@types'
import { IEthereumRpcError } from 'eth-json-rpc-errors/@types'

@@ -18,3 +18,3 @@ /** A String specifying the version of the JSON-RPC protocol. MUST be exactly "2.0". */

interface JsonRpcError<T> extends IJsonRpcError<T> {}
interface JsonRpcError<T> extends IEthereumRpcError<T> {}

@@ -21,0 +21,0 @@ interface JsonRpcRequest<T> {

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