Socket
Socket
Sign inDemoInstall

@json-rpc-tools/types

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@json-rpc-tools/types - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

4

dist/cjs/jsonrpc.d.ts
import { Schema } from "./schema";
export declare type JsonSchema = Schema;
export interface JsonRpcProviderMessage<T = any> {
type: string;
data: T;
}
export interface JsonRpcMethodConfig {

@@ -4,0 +8,0 @@ name: string;

2

package.json
{
"name": "@json-rpc-tools/types",
"description": "Typings for JSON-RPC",
"version": "1.1.1",
"version": "1.1.2",
"author": "Pedro Gomes <github.com/pedrouid>",

@@ -6,0 +6,0 @@ "homepage": "https://github.com/pedrouid/json-rpc-tools/",

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