
Security News
Vite+ Joins the Push to Consolidate JavaScript Tooling
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
@cloudquery/plugin-config-ui-connector
Advanced tools
Plugin configuration UI connector for CloudQuery Cloud App
Plugin configuration UI connector for CloudQuery Cloud App.
@cloudquery/plugin-config-ui-connector
is a library designed to establish communication between CloudQuery Cloud App form and Plugin UI.
To install the library, you can use npm:
npm install @cloudquery/plugin-config-ui-connector
Below is an example of how to use the getPluginUiMessageHandler
function provided by the library.
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('ready', {});
// Example of receiving a message from the CloudQuery Cloud App form
messageHandler.subscribeToMessage('init', function (payload) {
customCallback(payload);
});
To build the library, run:
npm run build
To run the test suite, execute:
npm test
If you encounter any issues or have feature requests, please feel free to open an issue on the GitHub repository.
This project is licensed under the Mozilla Public License..
FAQs
Plugin configuration UI connector for CloudQuery Cloud App
The npm package @cloudquery/plugin-config-ui-connector receives a total of 922 weekly downloads. As such, @cloudquery/plugin-config-ui-connector popularity was classified as not popular.
We found that @cloudquery/plugin-config-ui-connector demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
Security News
Ruby Central’s incident report on the RubyGems.org access dispute sparks backlash from former maintainers and renewed debate over project governance.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.