Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@walletconnect/types

Package Overview
Dependencies
Maintainers
1
Versions
658
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@walletconnect/types - npm Package Compare versions

Comparing version 1.0.0-beta.12 to 1.0.0-beta.13

10

index.d.ts

@@ -52,3 +52,3 @@ declare module '@walletconnect/types' {

export type IPartialRpcResponse = {
export interface IPartialRpcResponse {
id: number

@@ -63,3 +63,3 @@ jsonrpc?: string

export type IJsonRpcResponseSuccess = {
export interface IJsonRpcResponseSuccess {
id: number

@@ -70,3 +70,3 @@ jsonrpc: string

export type IJsonRpcResponseError = {
export interface IJsonRpcResponseError {
id: number

@@ -80,3 +80,3 @@ jsonrpc: string

export type IPartialRpcRequest = {
export interface IPartialRpcRequest {
id?: number

@@ -88,3 +88,3 @@ jsonrpc?: string

export type IJsonRpcRequest = {
export interface IJsonRpcRequest {
id: number

@@ -91,0 +91,0 @@ jsonrpc: string

{
"name": "@walletconnect/types",
"version": "1.0.0-beta.12",
"version": "1.0.0-beta.13",
"description": "Typescript Types for WalletConnect",

@@ -5,0 +5,0 @@ "scripts": {},

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