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.5 to 0.2.6

12

dist/index.d.ts

@@ -310,3 +310,3 @@ /**

/**
* Payload for the 'error' message type.
* Payload for the 'show_toast' message type.
*/

@@ -319,7 +319,15 @@ show_toast: {

/**
* Payload for the 'error' message type.
* Payload for the 'open_lightbox' message type.
*/
show_lightbox: {
alt: string;
fetchPriority?: 'high' | 'low' | 'auto';
height?: number | string | undefined;
loading?: 'eager' | 'lazy' | undefined;
sizes?: string | undefined;
src: string;
srcSet?: string | undefined;
useMap?: string | undefined;
width?: number | string | undefined;
style?: Record<string, any> | undefined;
};

@@ -326,0 +334,0 @@ };

4

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

@@ -52,4 +52,2 @@ "main": "./dist/index.js",

"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-sort-destructure-keys": "^2.0.0",

@@ -56,0 +54,0 @@ "eslint-plugin-unicorn": "^54.0.0",

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