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.2.13 to 0.2.14

5

dist/index.d.ts

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

name: string;
displayName: string;
migrateMode: 'forced' | 'safe' | undefined;

@@ -204,2 +205,3 @@ envs: Array<{

name: string;
displayName: string;
migrateMode?: 'forced' | 'safe';

@@ -224,2 +226,3 @@ envs: Array<{

name: string;
displayName: string;
migrateMode: string;

@@ -256,2 +259,3 @@ envs: string;

name: string;
displayName: string;
migrateMode?: 'forced' | 'safe';

@@ -312,2 +316,3 @@ envs: Array<{

name: string;
displayName: string;
migrateMode?: 'forced' | 'safe';

@@ -314,0 +319,0 @@ envs: Array<{

2

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