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.2.1-zoning-13 to 5.2.1-zoning-14

2

package.json
{
"name": "@enplug/sdk-dashboard",
"version": "5.2.1-zoning-13",
"version": "5.2.1-zoning-14",
"description": "Enplug Dashboard SDK",

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

@@ -248,3 +248,3 @@ import {

*/
getAssetPreviewData(appId: string, asset: Asset<any>)
getAssetPreviewData(appId: string, asset: Asset<any>, origin: string)
: Promise<{

@@ -256,2 +256,3 @@ previewType: 'app' | 'graphics' | 'video' | 'url',

validateObject(asset, 'asset must be an instance of Asset<any>.');
validateString(origin, 'origin must be a string.');

@@ -264,2 +265,3 @@ return this.bridge.sendMessage({

asset,
origin,
},

@@ -266,0 +268,0 @@ });

@@ -31,10 +31,2 @@ /** These are meant to avaialable to client apps */

NeedsApproval?: boolean;
IsZoningWidget?: boolean;
/** Currently @ Value.Name - subject to change. Display name of the asset. used in lists. */
Name?: string;
/** Currently @ Value.Zone - subject to change. Zoning widget asset slot type */
Zone?: 'banner' | 'ticker';
}

@@ -51,2 +43,13 @@

Version?: number;
IsZoningWidget?: boolean;
/** Currently @ Value.Name - subject to change. Display name of the asset. used in lists. */
Name?: string;
/** Currently @ Value.Zone - subject to change. Zoning widget asset slot type */
Zone?: 'banner' | 'ticker';
/** List of zoning assets on which the obj - a widget asset is placed */
ZoningAssetIds?: string[];
}

@@ -53,0 +56,0 @@

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