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

@enplug/sdk-dashboard

Package Overview
Dependencies
Maintainers
17
Versions
206
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.26 to 5.4.27

2

package.json
{
"name": "@enplug/sdk-dashboard",
"version": "5.4.26",
"version": "5.4.27",
"description": "Enplug Dashboard SDK",

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

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

*/
resourcesEncodingStatus(ids: string[], byAssetId?: boolean): Promise<EncodingStatusResult[]>;
resourcesEncodingStatus(ids: string[], byAssetId?: boolean, isContentLibrary?: boolean): Promise<EncodingStatusResult[]>;
/**

@@ -359,0 +359,0 @@ * Opens content interval settings dialog for Ad Scheduler app.

@@ -164,5 +164,4 @@ /** These are meant to available to client apps */

adjustPosition?: boolean;
backgroundFont?: boolean;
}
export declare type ThemePropertyType = 'color' | 'font' | 'backgroundSelector' | 'backgroundColor' | 'fontSize' | 'subSection';
export declare type ThemePropertyType = 'color' | 'font' | 'backgroundSelector' | 'backgroundColor' | 'fontSize';
export declare type Orientation = 'landscape' | 'portrait';

@@ -169,0 +168,0 @@ export declare type WidgetType = 'main' | 'banner' | 'ticker';

Sorry, the diff of this file is too big to display

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