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

@open-social-protocol/osp-plugin-webview-types

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@open-social-protocol/osp-plugin-webview-types - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

package.json
{
"name": "@open-social-protocol/osp-plugin-webview-types",
"description": "API types for Open Social Protocol plugins",
"version": "1.0.0",
"version": "1.0.1",
"private": false,

@@ -34,4 +34,4 @@ "repository": {

"@stylistic/eslint-plugin-ts": "^1.8.0",
"@open-social-protocol/osp-plugin-api-types": "^1.1.0"
"@open-social-protocol/osp-plugin-api-types": "^1.1.1"
}
}
}

@@ -1,4 +0,4 @@

import { TPluginOspInfo, WebViewSource } from "./context";
import { WebViewSource } from "./context";
import { EIP1193Provider } from "eip1193-provider";
import { TPluginInfo } from "@open-social-protocol/osp-plugin-api-types";
import { TPluginInfo, TPluginOspInfo } from "@open-social-protocol/osp-plugin-api-types";
import { IPluginTransactionProps } from "../message";

@@ -5,0 +5,0 @@

export type TPluginOspInfo = {
appId: string;
env: string;
chainId: string;
accessToken?: string;
isAASigner: boolean;
hasSigner: boolean;
userInfo?: {
address: string;
handle: string;
profileId: string;
}
} & Record<string, any>;
export interface WebViewSourceUri {

@@ -20,0 +3,0 @@ /**

import { PageType } from "@open-social-protocol/osp-plugin-api-types";
export type TPluginUrlParams = {
appVersion: string;
postId?: string;
type: PageType;
pluginId: string;
urlParams?: { [key: string]: string };
}
export type TSandboxUrlParams = {
appVersion: string;
postId?: string;
type: PageType;
pluginId: string;
contentId?: string;
profileId?: string;
urlParams?: { [key: string]: string };
};
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