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-3 to 5.1.15-ls-4

2

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

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

@@ -302,2 +302,14 @@ import {

acquireZoningAsset(appId: string): Promise<ZoningAppsResponse> {
validateString(appId, 'You must provide an appId parameter');
return this.bridge.sendMessage({
namespace: MessageNamespaces.App,
name: MessageNames.AcquireZoningAsset,
params: {
appId,
},
});
}
/**

@@ -304,0 +316,0 @@ * Loads available fonts for the current app or for specified appId.

@@ -110,2 +110,3 @@ /**

GetZoningApps = 'app.getZoningApps',
AcquireZoningAsset = 'app.acquireZoningAsset',
GetFonts = 'app.getFonts',

@@ -112,0 +113,0 @@ GetThemes = 'app.getThemes',

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