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

@enplug/sdk-dashboard

Package Overview
Dependencies
Maintainers
8
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.1.15-ls-2 to 5.1.15-ls-3

2

package.json
{
"name": "@enplug/sdk-dashboard",
"version": "5.1.15-ls-2",
"version": "5.1.15-ls-3",
"description": "Enplug Dashboard SDK",

@@ -5,0 +5,0 @@ "main": "./src/index.ts",

@@ -15,3 +15,4 @@ import {

DefaultAsset,
} from './external-types';
ZoningAppsResponse,
} from './external-types';
import { BridgeBase } from './bridge/bridge-base';

@@ -295,3 +296,3 @@ import { validateArray, validateObject, validateString } from './utils';

getZoningApps() {
getZoningApps(): Promise<ZoningAppsResponse> {
return this.bridge.sendMessage({

@@ -298,0 +299,0 @@ namespace: MessageNamespaces.App,

@@ -546,1 +546,12 @@ /** These are meant to avaialable to client apps */

}
export interface ZoningAppsResponse {
BannerApps: ZoningApp[];
TickerApps: ZoningApp[];
}
export interface ZoningApp {
AppId: string;
ConfigureUrl: string;
Name: string;
}

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