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.15 to 1.0.0-beta.16

6

index.d.ts

@@ -16,2 +16,8 @@ declare module '@walletconnect/types' {

export interface ISessionStorage {
getSession: () => IWalletConnectSession | null
setSession: (session: IWalletConnectSession) => IWalletConnectSession
removeSession: () => void
}
export interface IEncryptionPayload {

@@ -18,0 +24,0 @@ data: string

2

package.json
{
"name": "@walletconnect/types",
"version": "1.0.0-beta.15",
"version": "1.0.0-beta.16",
"description": "Typescript Types for WalletConnect",

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

@@ -8,2 +8,3 @@ # WalletConnect Types

- ICryptoLib
- ISessionStorage
- IEncryptionPayload

@@ -10,0 +11,0 @@ - ISocketMessage

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