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
3
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.1.0 to 0.1.1

3

dist/index.d.ts

@@ -25,2 +25,3 @@ /**

tables: string[] | undefined;
skipTables: string[] | undefined;
writeMode: 'append' | 'overwrite' | 'overwrite-delete-stale' | undefined;

@@ -158,2 +159,3 @@ } | undefined;

tables?: string[];
skipTables?: string[];
writeMode?: 'append' | 'overwrite' | 'overwrite-delete-stale';

@@ -208,2 +210,3 @@ };

tables?: string[];
skipTables?: string[];
writeMode?: 'append' | 'overwrite' | 'overwrite-delete-stale';

@@ -210,0 +213,0 @@ };

2

package.json
{
"name": "@cloudquery/plugin-config-ui-connector",
"description": "Plugin configuration UI connector for CloudQuery Cloud App",
"version": "0.1.0",
"version": "0.1.1",
"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