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

@fluid-topics/ft-app-context

Package Overview
Dependencies
Maintainers
0
Versions
176
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluid-topics/ft-app-context - npm Package Compare versions

Comparing version 1.1.76 to 1.1.77

5

build/services/webapp/ExternalComponents.d.ts
import { FtCssVariables } from "@fluid-topics/ft-wc-utils";
import type { AddComponentTypeOptions, Editor, TraitProperties } from "grapesjs";
import type { FtExternalWebComponentContext, FtExternalWebComponentContextKeys } from "@fluid-topics/public-api";

@@ -9,4 +8,4 @@ export type FluidTopicsExternalComponentsInfo = {

cssVariables?: FtCssVariables;
traits?: Array<Partial<TraitProperties>>;
asType?: (editor: Editor) => AddComponentTypeOptions;
traits?: Array<any>;
asType?: (editor: any) => any;
blockContent?: {

@@ -13,0 +12,0 @@ style?: Record<string, string>;

9

package.json
{
"name": "@fluid-topics/ft-app-context",
"version": "1.1.76",
"version": "1.1.77",
"description": "Global application context for Fluid Topics integrations",

@@ -22,10 +22,9 @@ "keywords": [

"dependencies": {
"@fluid-topics/ft-wc-utils": "1.1.76",
"@fluid-topics/ft-wc-utils": "1.1.77",
"lit": "3.1.0"
},
"devDependencies": {
"@fluid-topics/public-api": "1.0.69",
"grapesjs": "0.21.8"
"@fluid-topics/public-api": "1.0.69"
},
"gitHead": "1ebafa37bb5d86acff8e29a5f094ef58468f83e9"
"gitHead": "a88802e6c5be6f43ceced4a20a3747b09ea022c0"
}
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