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

@cloudquery/plugin-config-ui-connector

Package Overview
Dependencies
Maintainers
0
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudquery/plugin-config-ui-connector

Plugin configuration UI connector for CloudQuery Cloud App

  • 0.0.5
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
500
increased by13.9%
Maintainers
0
Weekly downloads
 
Created
Source

@cloudquery/plugin-config-ui-connector

Plugin configuration UI connector for CloudQuery Cloud App.

Description

@cloudquery/plugin-config-ui-connector is a library designed to facilitate communication between CloudQuery Cloud App form and custom plugin UI.

Installation

To install the library, you can use npm:

npm install @cloudquery/plugin-config-ui-connector

Usage

Below is an example of how to use the getPluginUiMessageHandler function provided by the library.

Example

import { getPluginUiMessageHandler } from '@cloudquery/plugin-config-ui-connector';

// Create a message handler instance
const messageHandler = getPluginUiMessageHandler();

// Example of sending a message to the CloudQuery Cloud App form
messageHandler.sendMessage('height_changed', { height: 200 });

// Example of receiving a message from the CloudQuery Cloud App form
messageHandler.subscribeToMessage('init', function (payload) {
  customCallback(payload);
});

Development

Building the Library

To build the library, run:

npm run build

Running Tests

To run the test suite, execute:

npm test

Contributing

If you encounter any issues or have feature requests, please feel free to open an issue on the GitHub repository.

License

This project is licensed under the Mozilla Public License..

Keywords

FAQs

Package last updated on 01 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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