New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@enplug/sdk-dashboard

Package Overview
Dependencies
Maintainers
8
Versions
208
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.3.7 to 5.3.8-dev.1

0

index.d.ts

@@ -0,0 +0,0 @@ import { EnplugDashboardSDK } from './types';

2

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

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

@@ -0,0 +0,0 @@ import { Asset, DefaultAssetLevel, DeployDialogOptions, DisplayGroup, EnplugAccount, EnplugUser, FeedData, Layout, ThemeDefinition, ThemeAsset, FontDefinition, FontsApiItem, DefaultAsset, ZoningAppsResponse, ZoningConfig, AccountCustomPropertiesResponse } from './external-types';

@@ -0,0 +0,0 @@ import { InboundMessage, OutboundMessage } from '../internal-types';

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

@@ -486,3 +486,8 @@ /** These are meant to available to client apps */

zoningConfig?: ZoningConfig;
sizingConfig?: SizingConfig;
}
export interface SizingConfig {
width: number;
height: number;
}
export interface ZoningConfig {

@@ -489,0 +494,0 @@ zoning: 'banner' | 'ticker';

export * from './external-types';
export * from './sdk';

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ import { Account } from './account';

@@ -0,0 +0,0 @@ import { BridgeBase } from './bridge/bridge-base';

@@ -0,0 +0,0 @@ export declare function validateArray(arg: any, message: string): void;

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