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.5 to 1.0.6

5

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

@@ -28,4 +28,3 @@ "repository": {

"extends": [
"eslint:recommended",
"react-app"
"eslint:recommended"
]

@@ -32,0 +31,0 @@ },

@@ -1,6 +0,5 @@

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