Socket
Socket
Sign inDemoInstall

@fractalwagmi/popup-connection

Package Overview
Dependencies
5
Maintainers
10
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.20 to 1.0.21

3

dist/cjs/core/types.d.ts

@@ -19,2 +19,3 @@ export declare enum PopupEvent {

}
export declare type Awaitable<T> = T | Promise<T>;
export declare enum Platform {

@@ -25,3 +26,3 @@ UNKNOWN = "UNKNOWN",

}
export declare type EventCallback = (payload: unknown) => void;
export declare type EventCallback = (payload: unknown) => Awaitable<void>;
export interface SendParams {

@@ -28,0 +29,0 @@ event: PopupEvent;

@@ -19,2 +19,3 @@ export declare enum PopupEvent {

}
export declare type Awaitable<T> = T | Promise<T>;
export declare enum Platform {

@@ -25,3 +26,3 @@ UNKNOWN = "UNKNOWN",

}
export declare type EventCallback = (payload: unknown) => void;
export declare type EventCallback = (payload: unknown) => Awaitable<void>;
export interface SendParams {

@@ -28,0 +29,0 @@ event: PopupEvent;

{
"name": "@fractalwagmi/popup-connection",
"version": "1.0.20",
"version": "1.0.21",
"description": "Popup connection manager for communicating with Fractal.is",

@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js",

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc