Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@enplug/sdk-dashboard

Package Overview
Dependencies
Maintainers
16
Versions
204
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@enplug/sdk-dashboard - npm Package Compare versions

Comparing version 5.4.10 to 5.4.11-dev

2

package.json
{
"name": "@enplug/sdk-dashboard",
"version": "5.4.10",
"version": "5.4.11-dev",
"description": "Enplug Dashboard SDK",

@@ -5,0 +5,0 @@ "typings": "./index.d.ts",

@@ -344,3 +344,3 @@ import { Asset, Button, DisplaySelectorCallback, FeedData, Layout, OpenConfirmOptions, ThemeAsset, EncodingStatusResult, UploaderOptions, UploadedFileResult, ApiDataConnectorOptions, DataConnectionConfig, AssetPreviewRequest, AssetPreviewData } from './external-types';

*/
connectData(options: ApiDataConnectorOptions): Promise<DataConnectionConfig>;
connectData(options: ApiDataConnectorOptions | ApiDataConnectorOptions[]): Promise<DataConnectionConfig>;
/**

@@ -347,0 +347,0 @@ * @internal

@@ -18,2 +18,4 @@ /** These are meant to available to client apps */

PullDataBindingConfig?: PullDataBindingConfig;
MultipleAssetData?: AssetDataBackendValue[];
MultiplePullDataBindingConfig?: PullDataBindingConfig[];
/** Optional Theme Id if set */

@@ -48,2 +50,3 @@ ThemeId?: string;

DataBoundSchedule: DataBoundScheduleBackend;
Id?: string;
}

@@ -434,2 +437,3 @@ export interface DataCollectionBackend {

hasError: boolean;
profile?: string;
}

@@ -436,0 +440,0 @@ export interface PullConnectionConfig {

Sorry, the diff of this file is not supported yet

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