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 - npm Package Compare versions

Comparing version 0.0.2 to 0.0.4

30

dist/index.d.ts

@@ -11,3 +11,12 @@ /**

init: {
initialValues: Record<string, any>;
initialValues: {
migrateMode: string | undefined;
secrets: Array<{
name: string;
value: string;
}>;
spec: Record<string, any> | undefined;
tables: string[] | undefined;
writeMode: string | undefined;
} | undefined;
};

@@ -118,3 +127,12 @@ /**

validation_passed: {
values: Record<string, any>;
values: {
migrateMode?: string;
secrets: Array<{
name: string;
value: string;
}>;
spec: Record<string, any>;
tables?: string[];
writeMode?: string;
};
};

@@ -125,3 +143,9 @@ /**

validation_failed: {
errors: Record<string, any>;
errors: Partial<{
migrateMode: string;
secrets: string;
spec: string;
tables: string;
writeMode: string;
}>;
};

@@ -128,0 +152,0 @@ /**

2

package.json
{
"name": "@cloudquery/plugin-config-ui-connector",
"description": "Plugin configuration UI connector for CloudQuery Cloud App",
"version": "0.0.2",
"version": "0.0.4",
"private": false,

@@ -6,0 +6,0 @@ "main": "./dist/index.js",

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